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