GroupId | GroupIdorg.templateit |
---|---|
ArtifactId | ArtifactIdtemplateit |
Version | Version1.0-beta3 |
Type | Typejar |
Filename | Size |
---|---|
templateit-1.0-beta3.pom | |
templateit-1.0-beta3.jar | 44 KB |
templateit-1.0-beta3-sources.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.templateit/templateit/ -->
<dependency>
<groupId>org.templateit</groupId>
<artifactId>templateit</artifactId>
<version>1.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.templateit/templateit/
implementation 'org.templateit:templateit:1.0-beta3'
// https://jarcasting.com/artifacts/org.templateit/templateit/
implementation ("org.templateit:templateit:1.0-beta3")
'org.templateit:templateit:jar:1.0-beta3'
<dependency org="org.templateit" name="templateit" rev="1.0-beta3">
<artifact name="templateit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.templateit', module='templateit', version='1.0-beta3')
)
libraryDependencies += "org.templateit" % "templateit" % "1.0-beta3"
[org.templateit/templateit "1.0-beta3"]