文件下载
文件名 操作
webstaticresources-api-1.0.0.jar 下载
webstaticresources-api-1.0.0.pom 下载
webstaticresources-api-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.zkejid.constructor</groupId>
  <artifactId>webstaticresources-api</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.zkejid.constructor:webstaticresources-api:1.0.0'
Gradle Kotlin
implementation("com.zkejid.constructor:webstaticresources-api:1.0.0")
Scala SBT
libraryDependencies += "com.zkejid.constructor" % "webstaticresources-api" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.zkejid.constructor', module='webstaticresources-api', version='1.0.0')
)
Apache Ivy
<dependency org="com.zkejid.constructor" name="webstaticresources-api" rev="1.0.0" />
Leiningen
[com.zkejid.constructor/webstaticresources-api "1.0.0"]
Apache Buildr
'com.zkejid.constructor:webstaticresources-api:jar:1.0.0'