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