GroupId | GroupIdorg.owasp.appsensor |
---|---|
ArtifactId | ArtifactIdappsensor-integration-cef-syslog |
Version | Version2.2.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-integration-cef-syslog/ -->
<dependency>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-integration-cef-syslog</artifactId>
<version>2.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-integration-cef-syslog/
implementation 'org.owasp.appsensor:appsensor-integration-cef-syslog:2.2.0-RC1'
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-integration-cef-syslog/
implementation ("org.owasp.appsensor:appsensor-integration-cef-syslog:2.2.0-RC1")
'org.owasp.appsensor:appsensor-integration-cef-syslog:jar:2.2.0-RC1'
<dependency org="org.owasp.appsensor" name="appsensor-integration-cef-syslog" rev="2.2.0-RC1">
<artifact name="appsensor-integration-cef-syslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.appsensor', module='appsensor-integration-cef-syslog', version='2.2.0-RC1')
)
libraryDependencies += "org.owasp.appsensor" % "appsensor-integration-cef-syslog" % "2.2.0-RC1"
[org.owasp.appsensor/appsensor-integration-cef-syslog "2.2.0-RC1"]