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