GroupId | GroupIdorg.oncoblocks.centromere |
---|---|
ArtifactId | ArtifactIdcentromere-web |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
centromere-web-0.3.0.pom | |
centromere-web-0.3.0.jar | 57 KB |
centromere-web-0.3.0-sources.jar | 47 KB |
centromere-web-0.3.0-javadoc.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.oncoblocks.centromere/centromere-web/ -->
<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-web</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.oncoblocks.centromere/centromere-web/
implementation 'org.oncoblocks.centromere:centromere-web:0.3.0'
// https://jarcasting.com/artifacts/org.oncoblocks.centromere/centromere-web/
implementation ("org.oncoblocks.centromere:centromere-web:0.3.0")
'org.oncoblocks.centromere:centromere-web:jar:0.3.0'
<dependency org="org.oncoblocks.centromere" name="centromere-web" rev="0.3.0">
<artifact name="centromere-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oncoblocks.centromere', module='centromere-web', version='0.3.0')
)
libraryDependencies += "org.oncoblocks.centromere" % "centromere-web" % "0.3.0"
[org.oncoblocks.centromere/centromere-web "0.3.0"]