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