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