BAEL-5768 - Coupling in Java (#11) (#12881)

* BAEL-5768 - Coupling in Java (#11)

* BAEL-5768 - Coupling in Java
This commit is contained in:
alemoles
2022-10-18 00:24:12 -03:00
committed by GitHub
parent b522237512
commit 16c5169c86
16 changed files with 255 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>patterns-modules</artifactId>
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coupling</artifactId>
</project>