Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jonathangiles.tools |
ArtifactId | ArtifactIdsitebuilder |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
sitebuilder-0.0.3.pom | |
sitebuilder-0.0.3.jar | 17 KB |
sitebuilder-0.0.3-sources.jar | 9 KB |
sitebuilder-0.0.3-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jonathangiles.tools/sitebuilder/ -->
<dependency>
<groupId>net.jonathangiles.tools</groupId>
<artifactId>sitebuilder</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.jonathangiles.tools/sitebuilder/
implementation 'net.jonathangiles.tools:sitebuilder:0.0.3'
// https://jarcasting.com/artifacts/net.jonathangiles.tools/sitebuilder/
implementation ("net.jonathangiles.tools:sitebuilder:0.0.3")
'net.jonathangiles.tools:sitebuilder:jar:0.0.3'
<dependency org="net.jonathangiles.tools" name="sitebuilder" rev="0.0.3">
<artifact name="sitebuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jonathangiles.tools', module='sitebuilder', version='0.0.3')
)
libraryDependencies += "net.jonathangiles.tools" % "sitebuilder" % "0.0.3"
[net.jonathangiles.tools/sitebuilder "0.0.3"]