GroupId | GroupIdorg.opencb.commons |
---|---|
ArtifactId | ArtifactIdcommons-lib |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-lib-4.0.2.pom | |
commons-lib-4.0.2.jar | 85 KB |
commons-lib-4.0.2-sources.jar | 46 KB |
commons-lib-4.0.2-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-lib/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-lib</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-lib/
implementation 'org.opencb.commons:commons-lib:4.0.2'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-lib/
implementation ("org.opencb.commons:commons-lib:4.0.2")
'org.opencb.commons:commons-lib:jar:4.0.2'
<dependency org="org.opencb.commons" name="commons-lib" rev="4.0.2">
<artifact name="commons-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-lib', version='4.0.2')
)
libraryDependencies += "org.opencb.commons" % "commons-lib" % "4.0.2"
[org.opencb.commons/commons-lib "4.0.2"]