License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.jproggy |
ArtifactId | ArtifactIdsnippetory-groovy |
Last Version | Last Version0.9.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy integration for Snippetory
Snippetory is a template engine for java with an integrated repository
for organizing and reusing the template code. Logic and presentation are separated by
an abstraction layer with support for different technologies and a powerful formatting
engine.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
snippetory-groovy-0.9.6.pom | |
snippetory-groovy-0.9.6.jar | 14 KB |
snippetory-groovy-0.9.6-sources.jar | 4 KB |
snippetory-groovy-0.9.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jproggy/snippetory-groovy/ -->
<dependency>
<groupId>org.jproggy</groupId>
<artifactId>snippetory-groovy</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jproggy/snippetory-groovy/
implementation 'org.jproggy:snippetory-groovy:0.9.6'
// https://jarcasting.com/artifacts/org.jproggy/snippetory-groovy/
implementation ("org.jproggy:snippetory-groovy:0.9.6")
'org.jproggy:snippetory-groovy:jar:0.9.6'
<dependency org="org.jproggy" name="snippetory-groovy" rev="0.9.6">
<artifact name="snippetory-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jproggy', module='snippetory-groovy', version='0.9.6')
)
libraryDependencies += "org.jproggy" % "snippetory-groovy" % "0.9.6"
[org.jproggy/snippetory-groovy "0.9.6"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | pom | 2.5.7 |
org.jproggy : snippetory-core | jar | 0.9.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |