GroupId | GroupIdde.tototec |
---|---|
ArtifactId | ArtifactIdde.tobiasroeser.lambdatest |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.tototec/de.tobiasroeser.lambdatest/ -->
<dependency>
<groupId>de.tototec</groupId>
<artifactId>de.tobiasroeser.lambdatest</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tototec/de.tobiasroeser.lambdatest/
implementation 'de.tototec:de.tobiasroeser.lambdatest:0.3.0'
// https://jarcasting.com/artifacts/de.tototec/de.tobiasroeser.lambdatest/
implementation ("de.tototec:de.tobiasroeser.lambdatest:0.3.0")
'de.tototec:de.tobiasroeser.lambdatest:jar:0.3.0'
<dependency org="de.tototec" name="de.tobiasroeser.lambdatest" rev="0.3.0">
<artifact name="de.tobiasroeser.lambdatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tototec', module='de.tobiasroeser.lambdatest', version='0.3.0')
)
libraryDependencies += "de.tototec" % "de.tobiasroeser.lambdatest" % "0.3.0"
[de.tototec/de.tobiasroeser.lambdatest "0.3.0"]