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