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