s

swf-plugin-bootstrap

swf-plugin-bootstrap
http://maven.apache.org
MIT
Venkatraman Mahadevan
Files download
File Operation
swf-plugin-bootstrap-1.0.jar download
swf-plugin-bootstrap-1.0.pom download
swf-plugin-bootstrap-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.venkatramanm.swf-all</groupId>
  <artifactId>swf-plugin-bootstrap</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.venkatramanm.swf-all:swf-plugin-bootstrap:1.0'
Gradle Kotlin
implementation("com.github.venkatramanm.swf-all:swf-plugin-bootstrap:1.0")
Scala SBT
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-plugin-bootstrap" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.venkatramanm.swf-all', module='swf-plugin-bootstrap', version='1.0')
)
Apache Ivy
<dependency org="com.github.venkatramanm.swf-all" name="swf-plugin-bootstrap" rev="1.0" />
Leiningen
[com.github.venkatramanm.swf-all/swf-plugin-bootstrap "1.0"]
Apache Buildr
'com.github.venkatramanm.swf-all:swf-plugin-bootstrap:jar:1.0'