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