Categories |
CategoriesData |
---|---|
GroupId | GroupIduk.ac.ncl.intbio |
ArtifactId | ArtifactIdsbol-data-core |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
sbol-data-core-0.1.2.pom | |
sbol-data-core-0.1.2.jar | 54 KB |
sbol-data-core-0.1.2-sources.jar | 17 KB |
sbol-data-core-0.1.2-javadoc.jar | 290 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ncl.intbio/sbol-data-core/
implementation 'uk.ac.ncl.intbio:sbol-data-core:0.1.2'
// https://jarcasting.com/artifacts/uk.ac.ncl.intbio/sbol-data-core/
implementation ("uk.ac.ncl.intbio:sbol-data-core:0.1.2")
'uk.ac.ncl.intbio:sbol-data-core:jar:0.1.2'
<dependency org="uk.ac.ncl.intbio" name="sbol-data-core" rev="0.1.2">
<artifact name="sbol-data-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ncl.intbio', module='sbol-data-core', version='0.1.2')
)
libraryDependencies += "uk.ac.ncl.intbio" % "sbol-data-core" % "0.1.2"
[uk.ac.ncl.intbio/sbol-data-core "0.1.2"]