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