| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sourceforge.jpp |
| ArtifactId | ArtifactIdjpp |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjpp
Generating Java source code for various design patterns based on annotations.
|
| Filename | Size |
|---|---|
| jpp-0.1.1.pom | |
| jpp-0.1.1.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jpp/jpp/ -->
<dependency>
<groupId>net.sourceforge.jpp</groupId>
<artifactId>jpp</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jpp/jpp/
implementation 'net.sourceforge.jpp:jpp:0.1.1'
// https://jarcasting.com/artifacts/net.sourceforge.jpp/jpp/
implementation ("net.sourceforge.jpp:jpp:0.1.1")
'net.sourceforge.jpp:jpp:jar:0.1.1'
<dependency org="net.sourceforge.jpp" name="jpp" rev="0.1.1">
<artifact name="jpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jpp', module='jpp', version='0.1.1')
)
libraryDependencies += "net.sourceforge.jpp" % "jpp" % "0.1.1"
[net.sourceforge.jpp/jpp "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.freemarker : freemarker | jar | 2.3.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |