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