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