GroupId | GroupIdde.japrost.jabudget |
---|---|
ArtifactId | ArtifactIdjabudget-spring-rest |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.japrost.jabudget/jabudget-spring-rest/ -->
<dependency>
<groupId>de.japrost.jabudget</groupId>
<artifactId>jabudget-spring-rest</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.japrost.jabudget/jabudget-spring-rest/
implementation 'de.japrost.jabudget:jabudget-spring-rest:0.0.2'
// https://jarcasting.com/artifacts/de.japrost.jabudget/jabudget-spring-rest/
implementation ("de.japrost.jabudget:jabudget-spring-rest:0.0.2")
'de.japrost.jabudget:jabudget-spring-rest:jar:0.0.2'
<dependency org="de.japrost.jabudget" name="jabudget-spring-rest" rev="0.0.2">
<artifact name="jabudget-spring-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.japrost.jabudget', module='jabudget-spring-rest', version='0.0.2')
)
libraryDependencies += "de.japrost.jabudget" % "jabudget-spring-rest" % "0.0.2"
[de.japrost.jabudget/jabudget-spring-rest "0.0.2"]