GroupId | GroupIdat.willhaben.willtest |
---|---|
ArtifactId | ArtifactIdmisc |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
misc-2.0.8.pom | |
misc-2.0.8.jar | 38 KB |
misc-2.0.8-sources.jar | 23 KB |
misc-2.0.8-javadoc.jar | 546 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/misc/ -->
<dependency>
<groupId>at.willhaben.willtest</groupId>
<artifactId>misc</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/misc/
implementation 'at.willhaben.willtest:misc:2.0.8'
// https://jarcasting.com/artifacts/at.willhaben.willtest/misc/
implementation ("at.willhaben.willtest:misc:2.0.8")
'at.willhaben.willtest:misc:jar:2.0.8'
<dependency org="at.willhaben.willtest" name="misc" rev="2.0.8">
<artifact name="misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='misc', version='2.0.8')
)
libraryDependencies += "at.willhaben.willtest" % "misc" % "2.0.8"
[at.willhaben.willtest/misc "2.0.8"]