is not current version
Last Version 3.1.10

at.willhaben.willtest:maven-utils 3.0.0-M1


Categories

Categories

Maven Build Tools
GroupId

GroupId

at.willhaben.willtest
ArtifactId

ArtifactId

maven-utils
Version

Version

3.0.0-M1
Type

Type

jar

Download maven-utils 3.0.0-M1


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