s

swf-maven-plugin

Succinct Web Framework Plugin to reverse engineer SWF models from an existing DB
http://succinct.in
MIT
Venkatraman Mahadevan
文件下载
文件名 操作
swf-maven-plugin-2.10.jar 下载
swf-maven-plugin-2.10.pom 下载
swf-maven-plugin-2.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.venkatramanm.swf-all</groupId>
  <artifactId>swf-maven-plugin</artifactId>
  <version>2.10</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.venkatramanm.swf-all:swf-maven-plugin:2.10'
Gradle Kotlin
implementation("com.github.venkatramanm.swf-all:swf-maven-plugin:2.10")
Scala SBT
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-maven-plugin" % "2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.venkatramanm.swf-all', module='swf-maven-plugin', version='2.10')
)
Apache Ivy
<dependency org="com.github.venkatramanm.swf-all" name="swf-maven-plugin" rev="2.10" />
Leiningen
[com.github.venkatramanm.swf-all/swf-maven-plugin "2.10"]
Apache Buildr
'com.github.venkatramanm.swf-all:swf-maven-plugin:jar:2.10'