GROM template engine


License

License

The BSD 3-Clause License (BSD3)
GroupId

GroupId

com.github.nyakto
ArtifactId

ArtifactId

grom
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

GROM template engine
GROM template engine
Project URL

Project URL

https://github.com/nyakto/grom
Source Code Management

Source Code Management

https://github.com/nyakto/grom

Download grom

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0