essentials
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>essentials</artifactId>
<version>1.20</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dmfs</groupId>
<artifactId>essentials</artifactId>
<version>1.20</version>
<dependencies>
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>jems</artifactId>
<version>1.20</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>essentials</name>
<description>Java essentials.</description>
<url>https://github.com/dmfs/jems</url>
<scm>
<url>git@github.com:dmfs/jems.git</url>
<connection>scm:git:git@github.com:dmfs/jems.git</connection>
<developerConnection>scm:git:git@github.com:dmfs/jems.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>dmfs</id>
<name>Marten Gajda</name>
<email>marten@dmfs.org</email>
<organization>dmfs GmbH</organization>
<organizationUrl>https://dmfs.org</organizationUrl>
</developer>
</developers>
</project>