License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-dsl-processor |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle DSL Processor
The Truffle DSL Processor generates source code for nodes that are declared using the DSL.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-dsl-processor/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-dsl-processor</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-dsl-processor/
implementation 'org.graalvm.truffle:truffle-dsl-processor:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-dsl-processor/
implementation ("org.graalvm.truffle:truffle-dsl-processor:22.1.0.1")
'org.graalvm.truffle:truffle-dsl-processor:jar:22.1.0.1'
<dependency org="org.graalvm.truffle" name="truffle-dsl-processor" rev="22.1.0.1">
<artifact name="truffle-dsl-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-dsl-processor', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-dsl-processor" % "22.1.0.1"
[org.graalvm.truffle/truffle-dsl-processor "22.1.0.1"]