License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.tools |
ArtifactId | ArtifactIdagentscript |
Last Version | Last Version20.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAgentscript
Script driven tracing and instrumentation Agent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agentscript-20.2.0.pom | |
agentscript-20.2.0.jar | 140 KB |
agentscript-20.2.0-sources.jar | 88 KB |
agentscript-20.2.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.tools/agentscript/ -->
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>agentscript</artifactId>
<version>20.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.tools/agentscript/
implementation 'org.graalvm.tools:agentscript:20.2.0'
// https://jarcasting.com/artifacts/org.graalvm.tools/agentscript/
implementation ("org.graalvm.tools:agentscript:20.2.0")
'org.graalvm.tools:agentscript:jar:20.2.0'
<dependency org="org.graalvm.tools" name="agentscript" rev="20.2.0">
<artifact name="agentscript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.tools', module='agentscript', version='20.2.0')
)
libraryDependencies += "org.graalvm.tools" % "agentscript" % "20.2.0"
[org.graalvm.tools/agentscript "20.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.truffle : truffle-api | jar | 20.2.0 |