is not current version
Last Version 19.2.1

com.oracle.substratevm:pointsto 19.0.2

SubstrateVM static analysis to find ahead-of-time the code

GroupId

GroupId

com.oracle.substratevm
ArtifactId

ArtifactId

pointsto
Version

Version

19.0.2
Type

Type

jar

Download pointsto 19.0.2


<!-- https://jarcasting.com/artifacts/com.oracle.substratevm/pointsto/ -->
<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>pointsto</artifactId>
    <version>19.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/pointsto/
implementation 'com.oracle.substratevm:pointsto:19.0.2'
// https://jarcasting.com/artifacts/com.oracle.substratevm/pointsto/
implementation ("com.oracle.substratevm:pointsto:19.0.2")
'com.oracle.substratevm:pointsto:jar:19.0.2'
<dependency org="com.oracle.substratevm" name="pointsto" rev="19.0.2">
  <artifact name="pointsto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='pointsto', version='19.0.2')
)
libraryDependencies += "com.oracle.substratevm" % "pointsto" % "19.0.2"
[com.oracle.substratevm/pointsto "19.0.2"]