GroupId | GroupIdorg.openimaj |
---|---|
ArtifactId | ArtifactIdcore-citation |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
core-citation-1.3.8.pom | |
core-citation-1.3.8.jar | 27 KB |
core-citation-1.3.8-sources.jar | 22 KB |
core-citation-1.3.8-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/core-citation/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-citation</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/core-citation/
implementation 'org.openimaj:core-citation:1.3.8'
// https://jarcasting.com/artifacts/org.openimaj/core-citation/
implementation ("org.openimaj:core-citation:1.3.8")
'org.openimaj:core-citation:jar:1.3.8'
<dependency org="org.openimaj" name="core-citation" rev="1.3.8">
<artifact name="core-citation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='core-citation', version='1.3.8')
)
libraryDependencies += "org.openimaj" % "core-citation" % "1.3.8"
[org.openimaj/core-citation "1.3.8"]