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