common-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.intechcore.scomponents</groupId>
<artifactId>common-core</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.intechcore.scomponents</groupId>
<artifactId>common-core</artifactId>
<version>1.2.0</version>
<name>com.intechcore.scomponents:common-core</name>
<description>A comprehensive collection of utility classes and patterns for common Java development tasks</description>
<url>https://github.com/Scomponents/java-common-core</url>
<organization>
<name>Intechcore GmbH</name>
<url>https://www.intechcore.com</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Gennady Bekasov</name>
<email>bekasov.g@gmail.com</email>
<organization>Intechcore GmbH</organization>
<organizationUrl>https://www.intechcore.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:Scomponents/java-common-core.git</connection>
<developerConnection>scm:git:ssh://github.com:Scomponents/java-common-core.git</developerConnection>
<url>https://github.com/Scomponents/java-common-core</url>
</scm>
<distributionManagement>
<repository>
<id>central</id>
<url>https://central.sonatype.com/api/v1/publishing</url>
</repository>
</distributionManagement>
<properties>
<itcReleasesUrl>https://central.sonatype.com/api/v1/publishing</itcReleasesUrl>
<javaVersion>8</javaVersion>
<itcReleasesId>central</itcReleasesId>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>