Last Version

net.sf.doolin:doolin-template 1.0.RC1

This Doolin GUI module is an extension that allows the creation and use of templates. A default Velocity implementation is provided.

Categories

Categories

Net
GroupId

GroupId

net.sf.doolin
ArtifactId

ArtifactId

doolin-template
Version

Version

1.0.RC1
Type

Type

jar

Download doolin-template 1.0.RC1


<!-- https://jarcasting.com/artifacts/net.sf.doolin/doolin-template/ -->
<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-template</artifactId>
    <version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-template/
implementation 'net.sf.doolin:doolin-template:1.0.RC1'
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-template/
implementation ("net.sf.doolin:doolin-template:1.0.RC1")
'net.sf.doolin:doolin-template:jar:1.0.RC1'
<dependency org="net.sf.doolin" name="doolin-template" rev="1.0.RC1">
  <artifact name="doolin-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.doolin', module='doolin-template', version='1.0.RC1')
)
libraryDependencies += "net.sf.doolin" % "doolin-template" % "1.0.RC1"
[net.sf.doolin/doolin-template "1.0.RC1"]