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