is not current version
Last Version 3.1.10

at.willhaben.willtest:examples 1.0.0

Practical examples

GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

examples
Version

Version

1.0.0
Type

Type

jar

Download examples 1.0.0


<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/examples/ -->
<dependency>
    <groupId>at.willhaben.willtest</groupId>
    <artifactId>examples</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/examples/
implementation 'at.willhaben.willtest:examples:1.0.0'
// https://jarcasting.com/artifacts/at.willhaben.willtest/examples/
implementation ("at.willhaben.willtest:examples:1.0.0")
'at.willhaben.willtest:examples:jar:1.0.0'
<dependency org="at.willhaben.willtest" name="examples" rev="1.0.0">
  <artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='examples', version='1.0.0')
)
libraryDependencies += "at.willhaben.willtest" % "examples" % "1.0.0"
[at.willhaben.willtest/examples "1.0.0"]