PJ

PJ (stands for Pythonic Java) is a template language for Java that resembles Python's indent grammar and compiles into native Java. Inspired by Python and [Jade](http://jade-lang.com).

License

License

GroupId

GroupId

com.lorentzos.pj
ArtifactId

ArtifactId

PJ
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

PJ
PJ (stands for Pythonic Java) is a template language for Java that resembles Python's indent grammar and compiles into native Java. Inspired by Python and [Jade](http://jade-lang.com).
Source Code Management

Source Code Management

https://github.com/Diolor/PJ

Download PJ

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-io jar 1.3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0