Categories |
CategoriesData |
---|---|
GroupId | GroupIduk.ac.ncl.intbio |
ArtifactId | ArtifactIdsbol-data-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sbol-data-core-0.1.0.pom | |
sbol-data-core-0.1.0.jar | 53 KB |
sbol-data-core-0.1.0-sources.jar | 17 KB |
sbol-data-core-0.1.0-javadoc.jar | 289 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.ncl.intbio/sbol-data-core/ -->
<dependency>
<groupId>uk.ac.ncl.intbio</groupId>
<artifactId>sbol-data-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ncl.intbio/sbol-data-core/
implementation 'uk.ac.ncl.intbio:sbol-data-core:0.1.0'
// https://jarcasting.com/artifacts/uk.ac.ncl.intbio/sbol-data-core/
implementation ("uk.ac.ncl.intbio:sbol-data-core:0.1.0")
'uk.ac.ncl.intbio:sbol-data-core:jar:0.1.0'
<dependency org="uk.ac.ncl.intbio" name="sbol-data-core" rev="0.1.0">
<artifact name="sbol-data-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ncl.intbio', module='sbol-data-core', version='0.1.0')
)
libraryDependencies += "uk.ac.ncl.intbio" % "sbol-data-core" % "0.1.0"
[uk.ac.ncl.intbio/sbol-data-core "0.1.0"]