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