GroupId | GroupIdcom.carmatechnologies.commons |
---|---|
ArtifactId | ArtifactIdcommons-testing-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-testing-core-1.0.pom | |
commons-testing-core-1.0.jar | 10 KB |
commons-testing-core-1.0-sources.jar | 5 KB |
commons-testing-core-1.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-core/ -->
<dependency>
<groupId>com.carmatechnologies.commons</groupId>
<artifactId>commons-testing-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-core/
implementation 'com.carmatechnologies.commons:commons-testing-core:1.0'
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-core/
implementation ("com.carmatechnologies.commons:commons-testing-core:1.0")
'com.carmatechnologies.commons:commons-testing-core:jar:1.0'
<dependency org="com.carmatechnologies.commons" name="commons-testing-core" rev="1.0">
<artifact name="commons-testing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carmatechnologies.commons', module='commons-testing-core', version='1.0')
)
libraryDependencies += "com.carmatechnologies.commons" % "commons-testing-core" % "1.0"
[com.carmatechnologies.commons/commons-testing-core "1.0"]