is not current version
Last Version 1.0.1

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

API to implement to bind logging frameworks.

GroupId

GroupId

com.carmatechnologies.commons
ArtifactId

ArtifactId

commons-testing-core
Version

Version

1.0
Type

Type

jar

Download commons-testing-core 1.0


<!-- 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"]