w

web-json-scaffold

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