GroupId | GroupIdcom.dnanexus |
---|---|
ArtifactId | ArtifactIddxfileaccessprotocols |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dnanexus/dxfileaccessprotocols/ -->
<dependency>
<groupId>com.dnanexus</groupId>
<artifactId>dxfileaccessprotocols</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dnanexus/dxfileaccessprotocols/
implementation 'com.dnanexus:dxfileaccessprotocols:0.1.3'
// https://jarcasting.com/artifacts/com.dnanexus/dxfileaccessprotocols/
implementation ("com.dnanexus:dxfileaccessprotocols:0.1.3")
'com.dnanexus:dxfileaccessprotocols:jar:0.1.3'
<dependency org="com.dnanexus" name="dxfileaccessprotocols" rev="0.1.3">
<artifact name="dxfileaccessprotocols" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dnanexus', module='dxfileaccessprotocols', version='0.1.3')
)
libraryDependencies += "com.dnanexus" % "dxfileaccessprotocols" % "0.1.3"
[com.dnanexus/dxfileaccessprotocols "0.1.3"]