Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.camunda.commons |
ArtifactId | ArtifactIdcamunda-commons-logging |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-logging/ -->
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-logging</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-logging/
implementation 'org.camunda.commons:camunda-commons-logging:1.2.0'
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-logging/
implementation ("org.camunda.commons:camunda-commons-logging:1.2.0")
'org.camunda.commons:camunda-commons-logging:jar:1.2.0'
<dependency org="org.camunda.commons" name="camunda-commons-logging" rev="1.2.0">
<artifact name="camunda-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.commons', module='camunda-commons-logging', version='1.2.0')
)
libraryDependencies += "org.camunda.commons" % "camunda-commons-logging" % "1.2.0"
[org.camunda.commons/camunda-commons-logging "1.2.0"]