is not current version
Last Version 1.0.1

com.carmatechnologies.commons:commons-testing-parent 1.0

Parent module for library of utilities to assist with testing.

GroupId

GroupId

com.carmatechnologies.commons
ArtifactId

ArtifactId

commons-testing-parent
Version

Version

1.0
Type

Type

pom

Download commons-testing-parent 1.0


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