Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jhorstmann |
ArtifactId | ArtifactIdi18n |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
i18n-0.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jhorstmann/i18n/ -->
<dependency>
<groupId>net.jhorstmann</groupId>
<artifactId>i18n</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.jhorstmann/i18n/
implementation 'net.jhorstmann:i18n:0.1'
// https://jarcasting.com/artifacts/net.jhorstmann/i18n/
implementation ("net.jhorstmann:i18n:0.1")
'net.jhorstmann:i18n:pom:0.1'
<dependency org="net.jhorstmann" name="i18n" rev="0.1">
<artifact name="i18n" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.jhorstmann', module='i18n', version='0.1')
)
libraryDependencies += "net.jhorstmann" % "i18n" % "0.1"
[net.jhorstmann/i18n "0.1"]