MVN

com.vmware.singleton : singleton-manager-l10n

Maven & Gradle

Aug 16, 2023
67 stars

com.vmware.singleton:singleton-manager-l10n · A service that provides support for Software Internationalization and Localization

<dependency>
    <groupId>com.vmware.singleton</groupId>
    <artifactId>singleton-manager-l10n</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vmware.singleton : singleton-manager-l10n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.vmware.singleton : singleton-manager-l10n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
singleton-manager-l10n-0.7.0
0.6.x
singleton-manager-l10n-0.6.15
singleton-manager-l10n-0.6.14
singleton-manager-l10n-0.6.13
singleton-manager-l10n-0.6.12
singleton-manager-l10n-0.6.11
singleton-manager-l10n-0.6.10
singleton-manager-l10n-0.6.9
singleton-manager-l10n-0.6.8
singleton-manager-l10n-0.6.7
singleton-manager-l10n-0.6.6
singleton-manager-l10n-0.6.5
singleton-manager-l10n-0.6.4
singleton-manager-l10n-0.6.3
singleton-manager-l10n-0.6.2
singleton-manager-l10n-0.6.1
singleton-manager-l10n-0.6.0
0.5.x
singleton-manager-l10n-0.5.0
0.4.x
singleton-manager-l10n-0.4.0
0.3.x
singleton-manager-l10n-0.3.0
0.2.x
singleton-manager-l10n-0.2.0
0.1.x
singleton-manager-l10n-0.1.0

How to add a dependency to Maven

Add the following com.vmware.singleton : singleton-manager-l10n maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vmware.singleton</groupId>
    <artifactId>singleton-manager-l10n</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vmware.singleton : singleton-manager-l10n gradle dependency to your build.gradle file:

implementation 'com.vmware.singleton:singleton-manager-l10n:0.7.0'

Gradle Kotlin DSL: Add the following com.vmware.singleton : singleton-manager-l10n gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vmware.singleton:singleton-manager-l10n:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vmware.singleton : singleton-manager-l10n sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vmware.singleton" % "singleton-manager-l10n" % "0.7.0"