GroupId | GroupIdcom.hb0730 |
---|---|
ArtifactId | ArtifactIdcommons-lang |
Version | Version2.1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-lang-2.1.1-RELEASE.pom | |
commons-lang-2.1.1-RELEASE.jar | 111 KB |
commons-lang-2.1.1-RELEASE-sources.jar | 89 KB |
commons-lang-2.1.1-RELEASE-javadoc.jar | 561 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-lang/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-lang/
implementation 'com.hb0730:commons-lang:2.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-lang/
implementation ("com.hb0730:commons-lang:2.1.1-RELEASE")
'com.hb0730:commons-lang:jar:2.1.1-RELEASE'
<dependency org="com.hb0730" name="commons-lang" rev="2.1.1-RELEASE">
<artifact name="commons-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-lang', version='2.1.1-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-lang" % "2.1.1-RELEASE"
[com.hb0730/commons-lang "2.1.1-RELEASE"]