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