<dependency> <groupId>fun.fengwk.commons</groupId> <artifactId>commons-i18n</artifactId> <version>0.0.2</version> </dependency>
implementation 'fun.fengwk.commons:commons-i18n:0.0.2'
implementation("fun.fengwk.commons:commons-i18n:0.0.2")
libraryDependencies += "fun.fengwk.commons" % "commons-i18n" % "0.0.2"
@Grapes( @Grab(group='fun.fengwk.commons', module='commons-i18n', version='0.0.2') )
<dependency org="fun.fengwk.commons" name="commons-i18n" rev="0.0.2" />
[fun.fengwk.commons/commons-i18n "0.0.2"]
'fun.fengwk.commons:commons-i18n:jar:0.0.2'
<parent> <groupId>fun.fengwk.commons</groupId> <artifactId>commons-parent</artifactId> <version>0.0.2</version> </parent>
compile
|-- ognl:ognl
|-- org.slf4j:slf4j-api
test
|-- org.slf4j:slf4j-simple
|-- junit:junit