Categories |
CategoriesReporting Business Logic Libraries Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.owasp.appsensor |
ArtifactId | ArtifactIdappsensor-reporting-simple-logging |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-reporting-simple-logging/ -->
<dependency>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-reporting-simple-logging</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-reporting-simple-logging/
implementation 'org.owasp.appsensor:appsensor-reporting-simple-logging:2.3.0'
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-reporting-simple-logging/
implementation ("org.owasp.appsensor:appsensor-reporting-simple-logging:2.3.0")
'org.owasp.appsensor:appsensor-reporting-simple-logging:jar:2.3.0'
<dependency org="org.owasp.appsensor" name="appsensor-reporting-simple-logging" rev="2.3.0">
<artifact name="appsensor-reporting-simple-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.appsensor', module='appsensor-reporting-simple-logging', version='2.3.0')
)
libraryDependencies += "org.owasp.appsensor" % "appsensor-reporting-simple-logging" % "2.3.0"
[org.owasp.appsensor/appsensor-reporting-simple-logging "2.3.0"]