w

web-json-scaffold

Json Frameworks
文件下载
文件名 操作
web-json-scaffold-4.10.0.jar 下载
web-json-scaffold-4.10.0.pom 下载
web-json-scaffold-4.10.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>web-json-scaffold</artifactId>
  <version>4.10.0</version>
</dependency>
Gradle Groovy
implementation 'org.smallmind:web-json-scaffold:4.10.0'
Gradle Kotlin
implementation("org.smallmind:web-json-scaffold:4.10.0")
Scala SBT
libraryDependencies += "org.smallmind" % "web-json-scaffold" % "4.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='web-json-scaffold', version='4.10.0')
)
Apache Ivy
<dependency org="org.smallmind" name="web-json-scaffold" rev="4.10.0" />
Leiningen
[org.smallmind/web-json-scaffold "4.10.0"]
Apache Buildr
'org.smallmind:web-json-scaffold:jar:4.10.0'