Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdorg.graalvm.tools |
ArtifactId | ArtifactIdprofiler |
Version | Version20.2.0 |
Type | Typejar |
Filename | Size |
---|---|
profiler-20.2.0.pom | |
profiler-20.2.0.jar | 372 KB |
profiler-20.2.0-sources.jar | 229 KB |
profiler-20.2.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.tools/profiler/ -->
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>profiler</artifactId>
<version>20.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.tools/profiler/
implementation 'org.graalvm.tools:profiler:20.2.0'
// https://jarcasting.com/artifacts/org.graalvm.tools/profiler/
implementation ("org.graalvm.tools:profiler:20.2.0")
'org.graalvm.tools:profiler:jar:20.2.0'
<dependency org="org.graalvm.tools" name="profiler" rev="20.2.0">
<artifact name="profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.tools', module='profiler', version='20.2.0')
)
libraryDependencies += "org.graalvm.tools" % "profiler" % "20.2.0"
[org.graalvm.tools/profiler "20.2.0"]