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