<dependency> <groupId>com.ekkohao</groupId> <artifactId>commons-lang</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.ekkohao:commons-lang:1.0.0'
implementation("com.ekkohao:commons-lang:1.0.0")
libraryDependencies += "com.ekkohao" % "commons-lang" % "1.0.0"
@Grapes( @Grab(group='com.ekkohao', module='commons-lang', version='1.0.0') )
<dependency org="com.ekkohao" name="commons-lang" rev="1.0.0" />
[com.ekkohao/commons-lang "1.0.0"]
'com.ekkohao:commons-lang:jar:1.0.0'
<parent> <groupId>com.ekkohao</groupId> <artifactId>ekko-commons</artifactId> <version>1.0.0</version> </parent>
compile
|-- com.google.guava:guava