GroupId | GroupIdcom.dnanexus |
---|---|
ArtifactId | ArtifactIddxcommon |
Version | Version0.2.11 |
Type | Typejar |
Filename | Size |
---|---|
dxcommon-0.2.11.pom | |
dxcommon-0.2.11.jar | 256 KB |
dxcommon-0.2.11-sources.jar | 28 KB |
dxcommon-0.2.11-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dnanexus/dxcommon/ -->
<dependency>
<groupId>com.dnanexus</groupId>
<artifactId>dxcommon</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.dnanexus/dxcommon/
implementation 'com.dnanexus:dxcommon:0.2.11'
// https://jarcasting.com/artifacts/com.dnanexus/dxcommon/
implementation ("com.dnanexus:dxcommon:0.2.11")
'com.dnanexus:dxcommon:jar:0.2.11'
<dependency org="com.dnanexus" name="dxcommon" rev="0.2.11">
<artifact name="dxcommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dnanexus', module='dxcommon', version='0.2.11')
)
libraryDependencies += "com.dnanexus" % "dxcommon" % "0.2.11"
[com.dnanexus/dxcommon "0.2.11"]