<dependency> <groupId>com.hb0730</groupId> <artifactId>commons-lang</artifactId> <version>2.1.2-RELEASE</version> </dependency>
implementation 'com.hb0730:commons-lang:2.1.2-RELEASE'
implementation("com.hb0730:commons-lang:2.1.2-RELEASE")
libraryDependencies += "com.hb0730" % "commons-lang" % "2.1.2-RELEASE"
@Grapes( @Grab(group='com.hb0730', module='commons-lang', version='2.1.2-RELEASE') )
<dependency org="com.hb0730" name="commons-lang" rev="2.1.2-RELEASE" />
[com.hb0730/commons-lang "2.1.2-RELEASE"]
'com.hb0730:commons-lang:jar:2.1.2-RELEASE'
<parent> <groupId>com.hb0730</groupId> <artifactId>commons-parent</artifactId> <version>2.1.2-RELEASE</version> </parent>
test
|-- org.slf4j:slf4j-simple