File | Operation |
---|---|
python-community-23.1.4.pom | download |
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>python-community</artifactId>
<version>23.1.4</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.graalvm.polyglot', module='python-community', version='23.1.4')
)