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