GroupId | GroupIdde.tschumacher |
---|---|
ArtifactId | ArtifactIdtemplateservice |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
templateservice-0.0.6.pom | |
templateservice-0.0.6.jar | 154 KB |
templateservice-0.0.6-sources.jar | 154 KB |
templateservice-0.0.6-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tschumacher/templateservice/ -->
<dependency>
<groupId>de.tschumacher</groupId>
<artifactId>templateservice</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.tschumacher/templateservice/
implementation 'de.tschumacher:templateservice:0.0.6'
// https://jarcasting.com/artifacts/de.tschumacher/templateservice/
implementation ("de.tschumacher:templateservice:0.0.6")
'de.tschumacher:templateservice:jar:0.0.6'
<dependency org="de.tschumacher" name="templateservice" rev="0.0.6">
<artifact name="templateservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tschumacher', module='templateservice', version='0.0.6')
)
libraryDependencies += "de.tschumacher" % "templateservice" % "0.0.6"
[de.tschumacher/templateservice "0.0.6"]