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