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