GroupId | GroupIdorg.openimaj.content |
---|---|
ArtifactId | ArtifactIdanimation |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
animation-1.3.6.pom | |
animation-1.3.6.jar | 35 KB |
animation-1.3.6-sources.jar | 54 KB |
animation-1.3.6-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.content/animation/ -->
<dependency>
<groupId>org.openimaj.content</groupId>
<artifactId>animation</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.content/animation/
implementation 'org.openimaj.content:animation:1.3.6'
// https://jarcasting.com/artifacts/org.openimaj.content/animation/
implementation ("org.openimaj.content:animation:1.3.6")
'org.openimaj.content:animation:jar:1.3.6'
<dependency org="org.openimaj.content" name="animation" rev="1.3.6">
<artifact name="animation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.content', module='animation', version='1.3.6')
)
libraryDependencies += "org.openimaj.content" % "animation" % "1.3.6"
[org.openimaj.content/animation "1.3.6"]