c

commons-testing-core

API to implement to bind logging frameworks.
Files download
File Operation
commons-testing-core-1.0.1.jar download
commons-testing-core-1.0.1.pom download
commons-testing-core-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.carmatechnologies.commons</groupId>
  <artifactId>commons-testing-core</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.carmatechnologies.commons:commons-testing-core:1.0.1'
Gradle Kotlin
implementation("com.carmatechnologies.commons:commons-testing-core:1.0.1")
Scala SBT
libraryDependencies += "com.carmatechnologies.commons" % "commons-testing-core" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.carmatechnologies.commons', module='commons-testing-core', version='1.0.1')
)
Apache Ivy
<dependency org="com.carmatechnologies.commons" name="commons-testing-core" rev="1.0.1" />
Leiningen
[com.carmatechnologies.commons/commons-testing-core "1.0.1"]
Apache Buildr
'com.carmatechnologies.commons:commons-testing-core:jar:1.0.1'