is not current version
Last Version 1.0.1

com.carmatechnologies.commons:commons-testing 1.0

Library of utilities to assist with testing.

GroupId

GroupId

com.carmatechnologies.commons
ArtifactId

ArtifactId

commons-testing
Version

Version

1.0
Type

Type

jar

Download commons-testing 1.0


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