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