is not current version
Last Version 0.1.1

net.sourceforge.jpp:jpp 0.1.0

Generating Java source code for various design patterns based on annotations.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jpp
ArtifactId

ArtifactId

jpp
Version

Version

0.1.0
Type

Type

jar

Download jpp 0.1.0


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