GroupId | GroupIdat.willhaben.willtest |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-1.3.0.pom | |
examples-1.3.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/examples/ -->
<dependency>
<groupId>at.willhaben.willtest</groupId>
<artifactId>examples</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/examples/
implementation 'at.willhaben.willtest:examples:1.3.0'
// https://jarcasting.com/artifacts/at.willhaben.willtest/examples/
implementation ("at.willhaben.willtest:examples:1.3.0")
'at.willhaben.willtest:examples:jar:1.3.0'
<dependency org="at.willhaben.willtest" name="examples" rev="1.3.0">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='examples', version='1.3.0')
)
libraryDependencies += "at.willhaben.willtest" % "examples" % "1.3.0"
[at.willhaben.willtest/examples "1.3.0"]