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