GroupId | GroupIdorg.opencb.commons |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version4.0.3 |
Type | Typepom |
Filename | Size |
---|---|
commons-4.0.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons</artifactId>
<version>4.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons/
implementation 'org.opencb.commons:commons:4.0.3'
// https://jarcasting.com/artifacts/org.opencb.commons/commons/
implementation ("org.opencb.commons:commons:4.0.3")
'org.opencb.commons:commons:pom:4.0.3'
<dependency org="org.opencb.commons" name="commons" rev="4.0.3">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons', version='4.0.3')
)
libraryDependencies += "org.opencb.commons" % "commons" % "4.0.3"
[org.opencb.commons/commons "4.0.3"]