文件下载
文件名 操作
org.jbundle.util.webapp.webstart.code-1.0.1.jar 下载
org.jbundle.util.webapp.webstart.code-1.0.1.pom 下载
org.jbundle.util.webapp.webstart.code-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jbundle.util.webapp</groupId>
  <artifactId>org.jbundle.util.webapp.webstart.code</artifactId>
  <version>1.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jbundle.util.webapp:org.jbundle.util.webapp.webstart.code:1.0.1'
Gradle Kotlin
implementation("org.jbundle.util.webapp:org.jbundle.util.webapp.webstart.code:1.0.1")
Scala SBT
libraryDependencies += "org.jbundle.util.webapp" % "org.jbundle.util.webapp.webstart.code" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jbundle.util.webapp', module='org.jbundle.util.webapp.webstart.code', version='1.0.1')
)
Apache Ivy
<dependency org="org.jbundle.util.webapp" name="org.jbundle.util.webapp.webstart.code" rev="1.0.1" />
Leiningen
[org.jbundle.util.webapp/org.jbundle.util.webapp.webstart.code "1.0.1"]
Apache Buildr
'org.jbundle.util.webapp:org.jbundle.util.webapp.webstart.code:jar:1.0.1'