is not current version
Last Version 3.1.10

at.willhaben.willtest:core 1.1.2

Core classes with as few dependencies as possible

GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

core
Version

Version

1.1.2
Type

Type

jar

Download core 1.1.2


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