GroupId | GroupIdcom.alibaba.jvm.sandbox |
---|---|
ArtifactId | ArtifactIdsandbox-agent |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
sandbox-agent-1.2.0.pom | |
sandbox-agent-1.2.0.jar | 9 KB |
sandbox-agent-1.2.0-sources.jar | 8 KB |
sandbox-agent-1.2.0-javadoc.jar | 26 KB |
sandbox-agent-1.2.0-jar-with-dependencies.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-agent/ -->
<dependency>
<groupId>com.alibaba.jvm.sandbox</groupId>
<artifactId>sandbox-agent</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-agent/
implementation 'com.alibaba.jvm.sandbox:sandbox-agent:1.2.0'
// https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-agent/
implementation ("com.alibaba.jvm.sandbox:sandbox-agent:1.2.0")
'com.alibaba.jvm.sandbox:sandbox-agent:jar:1.2.0'
<dependency org="com.alibaba.jvm.sandbox" name="sandbox-agent" rev="1.2.0">
<artifact name="sandbox-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.jvm.sandbox', module='sandbox-agent', version='1.2.0')
)
libraryDependencies += "com.alibaba.jvm.sandbox" % "sandbox-agent" % "1.2.0"
[com.alibaba.jvm.sandbox/sandbox-agent "1.2.0"]