GroupId | GroupIdcom.alibaba.jvm.sandbox |
---|---|
ArtifactId | ArtifactIdsandbox-debug-module |
Version | Version1.0.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-debug-module/ -->
<dependency>
<groupId>com.alibaba.jvm.sandbox</groupId>
<artifactId>sandbox-debug-module</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-debug-module/
implementation 'com.alibaba.jvm.sandbox:sandbox-debug-module:1.0.15'
// https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-debug-module/
implementation ("com.alibaba.jvm.sandbox:sandbox-debug-module:1.0.15")
'com.alibaba.jvm.sandbox:sandbox-debug-module:jar:1.0.15'
<dependency org="com.alibaba.jvm.sandbox" name="sandbox-debug-module" rev="1.0.15">
<artifact name="sandbox-debug-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.jvm.sandbox', module='sandbox-debug-module', version='1.0.15')
)
libraryDependencies += "com.alibaba.jvm.sandbox" % "sandbox-debug-module" % "1.0.15"
[com.alibaba.jvm.sandbox/sandbox-debug-module "1.0.15"]