Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.owasp.appsensor |
ArtifactId | ArtifactIdappsensor-configuration-stax |
Version | Version2.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-configuration-stax/ -->
<dependency>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-configuration-stax</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-configuration-stax/
implementation 'org.owasp.appsensor:appsensor-configuration-stax:2.0.0-RC2'
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-configuration-stax/
implementation ("org.owasp.appsensor:appsensor-configuration-stax:2.0.0-RC2")
'org.owasp.appsensor:appsensor-configuration-stax:jar:2.0.0-RC2'
<dependency org="org.owasp.appsensor" name="appsensor-configuration-stax" rev="2.0.0-RC2">
<artifact name="appsensor-configuration-stax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.appsensor', module='appsensor-configuration-stax', version='2.0.0-RC2')
)
libraryDependencies += "org.owasp.appsensor" % "appsensor-configuration-stax" % "2.0.0-RC2"
[org.owasp.appsensor/appsensor-configuration-stax "2.0.0-RC2"]