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