is not current version
Last Version 3.1.10

at.willhaben.willtest:core 3.0.0-M1

Core classes with as few dependencies as possible

GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

core
Version

Version

3.0.0-M1
Type

Type

jar

Download core 3.0.0-M1


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