Last Version

Truffle DSL Processor 22.1.0.1

The Truffle DSL Processor generates source code for nodes that are declared using the DSL.

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-dsl-processor
Version

Version

22.1.0.1
Type

Type

jar
Description

Description

Truffle DSL Processor
The Truffle DSL Processor generates source code for nodes that are declared using the DSL.
Project URL

Project URL

http://openjdk.java.net/projects/graal
Source Code Management

Source Code Management

https://github.com/oracle/graal/tree/master/truffle

Download truffle-dsl-processor 22.1.0.1


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.