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