GroupId | GroupIdorg.opencb.commons |
---|---|
ArtifactId | ArtifactIdcommons-lib |
Version | Version4.0.5 |
Type | Typejar |
Filename | Size |
---|---|
commons-lib-4.0.5.pom | |
commons-lib-4.0.5.jar | 92 KB |
commons-lib-4.0.5-sources.jar | 51 KB |
commons-lib-4.0.5-javadoc.jar | 247 KB |
Browse |
<!-- 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"]