GroupId | GroupIdeu.ralph-schuster |
---|---|
ArtifactId | ArtifactIdtemplate-machine |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
template-machine-0.9.0.pom | |
template-machine-0.9.0.jar | 22 KB |
template-machine-0.9.0-sources.jar | 15 KB |
template-machine-0.9.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.ralph-schuster/template-machine/ -->
<dependency>
<groupId>eu.ralph-schuster</groupId>
<artifactId>template-machine</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.ralph-schuster/template-machine/
implementation 'eu.ralph-schuster:template-machine:0.9.0'
// https://jarcasting.com/artifacts/eu.ralph-schuster/template-machine/
implementation ("eu.ralph-schuster:template-machine:0.9.0")
'eu.ralph-schuster:template-machine:jar:0.9.0'
<dependency org="eu.ralph-schuster" name="template-machine" rev="0.9.0">
<artifact name="template-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.ralph-schuster', module='template-machine', version='0.9.0')
)
libraryDependencies += "eu.ralph-schuster" % "template-machine" % "0.9.0"
[eu.ralph-schuster/template-machine "0.9.0"]