GroupId | GroupIduk.gov.dstl.baleen |
---|---|
ArtifactId | ArtifactIdbaleen-annotators |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
baleen-annotators-2.0.0.pom | |
baleen-annotators-2.0.0.jar | 18 MB |
baleen-annotators-2.0.0-sources.jar | 18 MB |
baleen-annotators-2.0.0-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.dstl.baleen/baleen-annotators/ -->
<dependency>
<groupId>uk.gov.dstl.baleen</groupId>
<artifactId>baleen-annotators</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.dstl.baleen/baleen-annotators/
implementation 'uk.gov.dstl.baleen:baleen-annotators:2.0.0'
// https://jarcasting.com/artifacts/uk.gov.dstl.baleen/baleen-annotators/
implementation ("uk.gov.dstl.baleen:baleen-annotators:2.0.0")
'uk.gov.dstl.baleen:baleen-annotators:jar:2.0.0'
<dependency org="uk.gov.dstl.baleen" name="baleen-annotators" rev="2.0.0">
<artifact name="baleen-annotators" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.dstl.baleen', module='baleen-annotators', version='2.0.0')
)
libraryDependencies += "uk.gov.dstl.baleen" % "baleen-annotators" % "2.0.0"
[uk.gov.dstl.baleen/baleen-annotators "2.0.0"]