License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.camunda.commons |
ArtifactId | ArtifactIdcamunda-commons-logging |
Last Version | Last Version1.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncamunda Commons - Logging
This pom defines the required plugins and profiles to allow a camunda bpm release build.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-logging/ -->
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-logging</artifactId>
<version>1.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-logging/
implementation 'org.camunda.commons:camunda-commons-logging:1.10.1'
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-logging/
implementation ("org.camunda.commons:camunda-commons-logging:1.10.1")
'org.camunda.commons:camunda-commons-logging:jar:1.10.1'
<dependency org="org.camunda.commons" name="camunda-commons-logging" rev="1.10.1">
<artifact name="camunda-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.commons', module='camunda-commons-logging', version='1.10.1')
)
libraryDependencies += "org.camunda.commons" % "camunda-commons-logging" % "1.10.1"
[org.camunda.commons/camunda-commons-logging "1.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 2.9.1 |