is not current version
Last Version 1.2

com.arcbees:testutils 1.1


GroupId

GroupId

com.arcbees
ArtifactId

ArtifactId

testutils
Version

Version

1.1
Type

Type

jar

Download testutils 1.1


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