GroupId | GroupIduk.ac.ebi.gxa |
---|---|
ArtifactId | ArtifactIdatlas-model |
Version | Version2.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
atlas-model-2.0-rc1.pom | |
atlas-model-2.0-rc1.jar | 44 KB |
atlas-model-2.0-rc1-sources.jar | 50 KB |
atlas-model-2.0-rc1-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.ebi.gxa/atlas-model/ -->
<dependency>
<groupId>uk.ac.ebi.gxa</groupId>
<artifactId>atlas-model</artifactId>
<version>2.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ebi.gxa/atlas-model/
implementation 'uk.ac.ebi.gxa:atlas-model:2.0-rc1'
// https://jarcasting.com/artifacts/uk.ac.ebi.gxa/atlas-model/
implementation ("uk.ac.ebi.gxa:atlas-model:2.0-rc1")
'uk.ac.ebi.gxa:atlas-model:jar:2.0-rc1'
<dependency org="uk.ac.ebi.gxa" name="atlas-model" rev="2.0-rc1">
<artifact name="atlas-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ebi.gxa', module='atlas-model', version='2.0-rc1')
)
libraryDependencies += "uk.ac.ebi.gxa" % "atlas-model" % "2.0-rc1"
[uk.ac.ebi.gxa/atlas-model "2.0-rc1"]