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