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