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