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