Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.singleton |
ArtifactId | ArtifactIdsingleton-manager-i18n |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vmware.singleton/singleton-manager-i18n/ -->
<dependency>
<groupId>com.vmware.singleton</groupId>
<artifactId>singleton-manager-i18n</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.singleton/singleton-manager-i18n/
implementation 'com.vmware.singleton:singleton-manager-i18n:0.1.0'
// https://jarcasting.com/artifacts/com.vmware.singleton/singleton-manager-i18n/
implementation ("com.vmware.singleton:singleton-manager-i18n:0.1.0")
'com.vmware.singleton:singleton-manager-i18n:jar:0.1.0'
<dependency org="com.vmware.singleton" name="singleton-manager-i18n" rev="0.1.0">
<artifact name="singleton-manager-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.singleton', module='singleton-manager-i18n', version='0.1.0')
)
libraryDependencies += "com.vmware.singleton" % "singleton-manager-i18n" % "0.1.0"
[com.vmware.singleton/singleton-manager-i18n "0.1.0"]