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