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