is not current version
Last Version 4.4.0

org.opencb.commons:commons-lib 4.0.5


GroupId

GroupId

org.opencb.commons
ArtifactId

ArtifactId

commons-lib
Version

Version

4.0.5
Type

Type

jar

Download commons-lib 4.0.5


<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-lib/ -->
<dependency>
    <groupId>org.opencb.commons</groupId>
    <artifactId>commons-lib</artifactId>
    <version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-lib/
implementation 'org.opencb.commons:commons-lib:4.0.5'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-lib/
implementation ("org.opencb.commons:commons-lib:4.0.5")
'org.opencb.commons:commons-lib:jar:4.0.5'
<dependency org="org.opencb.commons" name="commons-lib" rev="4.0.5">
  <artifact name="commons-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-lib', version='4.0.5')
)
libraryDependencies += "org.opencb.commons" % "commons-lib" % "4.0.5"
[org.opencb.commons/commons-lib "4.0.5"]