Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.redora |
ArtifactId | ArtifactIdtemplates |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
templates-1.6.pom | |
templates-1.6.jar | 67 KB |
templates-1.6-sources.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.redora/templates/ -->
<dependency>
<groupId>net.redora</groupId>
<artifactId>templates</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.redora/templates/
implementation 'net.redora:templates:1.6'
// https://jarcasting.com/artifacts/net.redora/templates/
implementation ("net.redora:templates:1.6")
'net.redora:templates:jar:1.6'
<dependency org="net.redora" name="templates" rev="1.6">
<artifact name="templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redora', module='templates', version='1.6')
)
libraryDependencies += "net.redora" % "templates" % "1.6"
[net.redora/templates "1.6"]