Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.venkatramanm.swf-all |
ArtifactId | ArtifactIdswf-plugin-slideshow |
Version | Version2.8 |
Type | Typejar |
Filename | Size |
---|---|
swf-plugin-slideshow-2.8.pom | |
swf-plugin-slideshow-2.8.jar | 8 KB |
swf-plugin-slideshow-2.8-sources.jar | 5 KB |
swf-plugin-slideshow-2.8-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-slideshow/ -->
<dependency>
<groupId>com.github.venkatramanm.swf-all</groupId>
<artifactId>swf-plugin-slideshow</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-slideshow/
implementation 'com.github.venkatramanm.swf-all:swf-plugin-slideshow:2.8'
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-slideshow/
implementation ("com.github.venkatramanm.swf-all:swf-plugin-slideshow:2.8")
'com.github.venkatramanm.swf-all:swf-plugin-slideshow:jar:2.8'
<dependency org="com.github.venkatramanm.swf-all" name="swf-plugin-slideshow" rev="2.8">
<artifact name="swf-plugin-slideshow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm.swf-all', module='swf-plugin-slideshow', version='2.8')
)
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-plugin-slideshow" % "2.8"
[com.github.venkatramanm.swf-all/swf-plugin-slideshow "2.8"]