GroupId | GroupIdfun.fengwk.commons |
---|---|
ArtifactId | ArtifactIdcommons-i18n |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-i18n-0.0.1.pom | |
commons-i18n-0.0.1.jar | 9 KB |
commons-i18n-0.0.1-sources.jar | 5 KB |
commons-i18n-0.0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.commons/commons-i18n/ -->
<dependency>
<groupId>fun.fengwk.commons</groupId>
<artifactId>commons-i18n</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-i18n/
implementation 'fun.fengwk.commons:commons-i18n:0.0.1'
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-i18n/
implementation ("fun.fengwk.commons:commons-i18n:0.0.1")
'fun.fengwk.commons:commons-i18n:jar:0.0.1'
<dependency org="fun.fengwk.commons" name="commons-i18n" rev="0.0.1">
<artifact name="commons-i18n" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.commons', module='commons-i18n', version='0.0.1')
)
libraryDependencies += "fun.fengwk.commons" % "commons-i18n" % "0.0.1"
[fun.fengwk.commons/commons-i18n "0.0.1"]