is not current version
Last Version 0.0.4

net.jonathangiles.tools:sitebuilder 0.0.1

A simple templating tool useful for building static websites.

Categories

Categories

Net
GroupId

GroupId

net.jonathangiles.tools
ArtifactId

ArtifactId

sitebuilder
Version

Version

0.0.1
Type

Type

jar

Download sitebuilder 0.0.1


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