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