GroupId | GroupIdat.willhaben.willtest |
---|---|
ArtifactId | ArtifactIdwilltest |
Version | Version2.0.7 |
Type | Typepom |
Filename | Size |
---|---|
willtest-2.0.7.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/ -->
<dependency>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/
implementation 'at.willhaben.willtest:willtest:2.0.7'
// https://jarcasting.com/artifacts/at.willhaben.willtest/willtest/
implementation ("at.willhaben.willtest:willtest:2.0.7")
'at.willhaben.willtest:willtest:pom:2.0.7'
<dependency org="at.willhaben.willtest" name="willtest" rev="2.0.7">
<artifact name="willtest" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='willtest', version='2.0.7')
)
libraryDependencies += "at.willhaben.willtest" % "willtest" % "2.0.7"
[at.willhaben.willtest/willtest "2.0.7"]