is not current version
Last Version 1.3

org.clyze:jphantom 1.2

A tool for Java program complementation

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.clyze
ArtifactId

ArtifactId

jphantom
Version

Version

1.2
Type

Type

jar

Download jphantom 1.2


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