License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.tools |
ArtifactId | ArtifactIddap |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDap
Truffle Debug Protocol Server implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dap-22.1.0.1.pom | |
dap-22.1.0.1.jar | 885 KB |
dap-22.1.0.1-sources.jar | 255 KB |
dap-22.1.0.1-javadoc.jar | 615 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.tools/dap/ -->
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>dap</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.tools/dap/
implementation 'org.graalvm.tools:dap:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.tools/dap/
implementation ("org.graalvm.tools:dap:22.1.0.1")
'org.graalvm.tools:dap:jar:22.1.0.1'
<dependency org="org.graalvm.tools" name="dap" rev="22.1.0.1">
<artifact name="dap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.tools', module='dap', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.tools" % "dap" % "22.1.0.1"
[org.graalvm.tools/dap "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.truffle : truffle-api | jar | 22.1.0.1 |