License |
License |
---|---|
GroupId | GroupIdcom.carmatechnologies.commons |
ArtifactId | ArtifactIdcommons-testing-parent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommons-testing-parent
Parent module for library of utilities to assist with testing.
|
Project URL |
Project URL |
Filename | Size |
---|---|
commons-testing-parent-1.0.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-parent/ -->
<dependency>
<groupId>com.carmatechnologies.commons</groupId>
<artifactId>commons-testing-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-parent/
implementation 'com.carmatechnologies.commons:commons-testing-parent:1.0.1'
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-parent/
implementation ("com.carmatechnologies.commons:commons-testing-parent:1.0.1")
'com.carmatechnologies.commons:commons-testing-parent:pom:1.0.1'
<dependency org="com.carmatechnologies.commons" name="commons-testing-parent" rev="1.0.1">
<artifact name="commons-testing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.carmatechnologies.commons', module='commons-testing-parent', version='1.0.1')
)
libraryDependencies += "com.carmatechnologies.commons" % "commons-testing-parent" % "1.0.1"
[com.carmatechnologies.commons/commons-testing-parent "1.0.1"]