jamgo-territory-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jamgo</groupId> <artifactId>jamgo-territory-model</artifactId> <version>8.5.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.jamgo</groupId> <artifactId>jamgo-territory-model</artifactId> <version>8.5.0</version> <dependencies> <dependency> <groupId>org.jamgo</groupId> <artifactId>jamgo-model</artifactId> <version>8.5.0</version> <scope>compile</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.jamgo</groupId> <artifactId>jamgo-bom</artifactId> <version>8.5.0</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> <name>org.jamgo:jamgo-territory-model</name> <description>Jamgo Framework</description> <url>https://gitlab.com/jamgo/jamgo-framework</url> <licenses> <license> <name>The GNU Affero General Public License, Version 3.0</name> <url>https://www.gnu.org/licenses/agpl.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Jamgo SCCL</name> <email>develop@jamgo.coop</email> <organization>Jamgo SCCL</organization> <organizationUrl>https://jamgo.coop</organizationUrl> </developer> </developers> <scm> <url>https://gitlab.com/jamgo/jamgo-framework</url> <connection>scm:git:https://gitlab.com/jamgo/jamgo-framework.git</connection> <developerConnection>scm:git:https://gitlab.com/jamgo/jamgo-framework.git</developerConnection> <tag>HEAD</tag> </scm> </project>