singleton-i18n-patterns-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vmware.singleton</groupId>
<artifactId>singleton-i18n-patterns-core</artifactId>
<version>0.5.18</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>com.vmware.singleton</groupId>
<artifactId>singleton-i18n-patterns-core</artifactId>
<version>0.5.18</version>
<name>com.vmware.singleton:singleton-i18n-patterns-core</name>
<description>A service that provides support for Software Internationalization and Localization</description>
<url>https://github.com/vmware/singleton</url>
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>chaoq0318</name>
<email>chaoq@vmware.com</email>
<organization>VMware</organization>
<organizationUrl>https://www.vmware.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:github.com:vmware/singleton.git</connection>
<developerConnection>scm:git:ssh:github.com:vmware/singleton.git</developerConnection>
<url>https://github.com/vmware/singleton</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.26</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>