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