| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lorentzos.pj |
| Идентификатор | ИдентификаторPJ |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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).
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| PJ-0.1.0.pom | |
| PJ-0.1.0.jar | 888 KB |
| PJ-0.1.0-sources.jar | 81 KB |
| PJ-0.1.0-javadoc.jar | 865 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |