Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdorg.graalvm.espresso |
ArtifactId | ArtifactIdpolyglot |
Version | Version21.3.2 |
Type | Typejar |
Filename | Size |
---|---|
polyglot-21.3.2.pom | |
polyglot-21.3.2.jar | 34 KB |
polyglot-21.3.2-sources.jar | 37 KB |
polyglot-21.3.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.espresso/polyglot/ -->
<dependency>
<groupId>org.graalvm.espresso</groupId>
<artifactId>polyglot</artifactId>
<version>21.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.espresso/polyglot/
implementation 'org.graalvm.espresso:polyglot:21.3.2'
// https://jarcasting.com/artifacts/org.graalvm.espresso/polyglot/
implementation ("org.graalvm.espresso:polyglot:21.3.2")
'org.graalvm.espresso:polyglot:jar:21.3.2'
<dependency org="org.graalvm.espresso" name="polyglot" rev="21.3.2">
<artifact name="polyglot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.espresso', module='polyglot', version='21.3.2')
)
libraryDependencies += "org.graalvm.espresso" % "polyglot" % "21.3.2"
[org.graalvm.espresso/polyglot "21.3.2"]