GroupId | GroupIdorg.monarchinitiative.sgenes |
---|---|
ArtifactId | ArtifactIdSilentGenes |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
SilentGenes-0.2.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.monarchinitiative.sgenes/SilentGenes/ -->
<dependency>
<groupId>org.monarchinitiative.sgenes</groupId>
<artifactId>SilentGenes</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.monarchinitiative.sgenes/SilentGenes/
implementation 'org.monarchinitiative.sgenes:SilentGenes:0.2.1'
// https://jarcasting.com/artifacts/org.monarchinitiative.sgenes/SilentGenes/
implementation ("org.monarchinitiative.sgenes:SilentGenes:0.2.1")
'org.monarchinitiative.sgenes:SilentGenes:pom:0.2.1'
<dependency org="org.monarchinitiative.sgenes" name="SilentGenes" rev="0.2.1">
<artifact name="SilentGenes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.monarchinitiative.sgenes', module='SilentGenes', version='0.2.1')
)
libraryDependencies += "org.monarchinitiative.sgenes" % "SilentGenes" % "0.2.1"
[org.monarchinitiative.sgenes/SilentGenes "0.2.1"]