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