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