License |
License |
---|---|
GroupId | GroupIdcom.alibaba.jvm.sandbox |
ArtifactId | ArtifactIdsandbox-agent |
Version | Version1.3.1 |
Type | Typejar |
Description |
Descriptionsandbox-agent 1.3.1
Alibaba JVM-SANDBOX OpenSource Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sandbox-agent-1.3.1.pom | |
sandbox-agent-1.3.1.jar | 9 KB |
sandbox-agent-1.3.1-sources.jar | 8 KB |
sandbox-agent-1.3.1-javadoc.jar | 26 KB |
sandbox-agent-1.3.1-jar-with-dependencies.jar | 8 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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-agent/
implementation 'com.alibaba.jvm.sandbox:sandbox-agent:1.3.1'
// https://jarcasting.com/artifacts/com.alibaba.jvm.sandbox/sandbox-agent/
implementation ("com.alibaba.jvm.sandbox:sandbox-agent:1.3.1")
'com.alibaba.jvm.sandbox:sandbox-agent:jar:1.3.1'
<dependency org="com.alibaba.jvm.sandbox" name="sandbox-agent" rev="1.3.1">
<artifact name="sandbox-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.jvm.sandbox', module='sandbox-agent', version='1.3.1')
)
libraryDependencies += "com.alibaba.jvm.sandbox" % "sandbox-agent" % "1.3.1"
[com.alibaba.jvm.sandbox/sandbox-agent "1.3.1"]