Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.corp2world |
ArtifactId | ArtifactIdc2w-java-client-log4j |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.corp2world/c2w-java-client-log4j/ -->
<dependency>
<groupId>com.corp2world</groupId>
<artifactId>c2w-java-client-log4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.corp2world/c2w-java-client-log4j/
implementation 'com.corp2world:c2w-java-client-log4j:1.0.0'
// https://jarcasting.com/artifacts/com.corp2world/c2w-java-client-log4j/
implementation ("com.corp2world:c2w-java-client-log4j:1.0.0")
'com.corp2world:c2w-java-client-log4j:jar:1.0.0'
<dependency org="com.corp2world" name="c2w-java-client-log4j" rev="1.0.0">
<artifact name="c2w-java-client-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.corp2world', module='c2w-java-client-log4j', version='1.0.0')
)
libraryDependencies += "com.corp2world" % "c2w-java-client-log4j" % "1.0.0"
[com.corp2world/c2w-java-client-log4j "1.0.0"]