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