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