Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jonathangiles.tools |
ArtifactId | ArtifactIdsitebuilder |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sitebuilder-0.0.1.pom | |
sitebuilder-0.0.1.jar | 12 KB |
sitebuilder-0.0.1-sources.jar | 7 KB |
sitebuilder-0.0.1-javadoc.jar | 414 KB |
Browse |
<!-- 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"]