Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.openimaj.content |
ArtifactId | ArtifactIdslideshow |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
slideshow-1.3.8.pom | |
slideshow-1.3.8.jar | 18 KB |
slideshow-1.3.8-sources.jar | 17 KB |
slideshow-1.3.8-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.content/slideshow/ -->
<dependency>
<groupId>org.openimaj.content</groupId>
<artifactId>slideshow</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.content/slideshow/
implementation 'org.openimaj.content:slideshow:1.3.8'
// https://jarcasting.com/artifacts/org.openimaj.content/slideshow/
implementation ("org.openimaj.content:slideshow:1.3.8")
'org.openimaj.content:slideshow:jar:1.3.8'
<dependency org="org.openimaj.content" name="slideshow" rev="1.3.8">
<artifact name="slideshow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.content', module='slideshow', version='1.3.8')
)
libraryDependencies += "org.openimaj.content" % "slideshow" % "1.3.8"
[org.openimaj.content/slideshow "1.3.8"]