| Лицензия |
Лицензия
The BSD 3-Clause License (BSD3)
|
|---|---|
| Группа | Группаcom.github.nyakto |
| Идентификатор | Идентификаторgrom |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGROM template engine
GROM template engine
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| grom-0.1.1.pom | |
| grom-0.1.1.jar | 91 KB |
| grom-0.1.1-sources.jar | 38 KB |
| grom-0.1.1-javadoc.jar | 217 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nyakto/grom/ -->
<dependency>
<groupId>com.github.nyakto</groupId>
<artifactId>grom</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nyakto/grom/
implementation 'com.github.nyakto:grom:0.1.1'
// https://jarcasting.com/artifacts/com.github.nyakto/grom/
implementation ("com.github.nyakto:grom:0.1.1")
'com.github.nyakto:grom:jar:0.1.1'
<dependency org="com.github.nyakto" name="grom" rev="0.1.1">
<artifact name="grom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nyakto', module='grom', version='0.1.1')
)
libraryDependencies += "com.github.nyakto" % "grom" % "0.1.1"
[com.github.nyakto/grom "0.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.4 |
| com.github.javaparser : javaparser-core | jar | 2.3.0 |
| com.github.nyakto : grom-runtime | jar | 0.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |