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