is not current version
Last Version 1.2

com.arcbees:testutils 1.0


GroupId

GroupId

com.arcbees
ArtifactId

ArtifactId

testutils
Version

Version

1.0
Type

Type

jar

Download testutils 1.0


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