s

sandbox-debug-module

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