| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdde.ronnyfriedland.maven |
| ArtifactId | ArtifactIdadr-templates |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| adr-templates-1.1.0.pom | |
| adr-templates-1.1.0.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.ronnyfriedland.maven/adr-templates/ -->
<dependency>
<groupId>de.ronnyfriedland.maven</groupId>
<artifactId>adr-templates</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ronnyfriedland.maven/adr-templates/
implementation 'de.ronnyfriedland.maven:adr-templates:1.1.0'
// https://jarcasting.com/artifacts/de.ronnyfriedland.maven/adr-templates/
implementation ("de.ronnyfriedland.maven:adr-templates:1.1.0")
'de.ronnyfriedland.maven:adr-templates:jar:1.1.0'
<dependency org="de.ronnyfriedland.maven" name="adr-templates" rev="1.1.0">
<artifact name="adr-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ronnyfriedland.maven', module='adr-templates', version='1.1.0')
)
libraryDependencies += "de.ronnyfriedland.maven" % "adr-templates" % "1.1.0"
[de.ronnyfriedland.maven/adr-templates "1.1.0"]