Download polyglot-tck-0.33.jar file - Jar p

Jar examples for p:polyglot-tck

Description

GraalVM TCK SPI

You can download jar file polyglot-tck 0.33 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

You can use the following script to add polyglot-tck-0.33.jar to your project.

<dependency>
   <groupId>org.graalvm</groupId>
   <artifactId>polyglot-tck</artifactId>
   <version>0.33</version>
</dependency>
compile group: 'org.graalvm', name: 'polyglot-tck', version: '0.33'
libraryDependencies += "org.graalvm" % "polyglot-tck" % "0.33"
<dependency org="org.graalvm" name="polyglot-tck" rev="0.33"/>
@Grapes(@Grab(group='org.graalvm', module='polyglot-tck', version='0.33'))
'org.graalvm:polyglot-tck:jar:0.33'

Download

Click the following link to download the jar file.

polyglot-tck-0.33-javadoc.jar
polyglot-tck-0.33-sources.jar
polyglot-tck-0.33.jar
polyglot-tck-0.33.pom



Related Tutorials