Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.owasp.appsensor |
ArtifactId | ArtifactIdappsensor-configuration-stax |
Version | Version2.1.0-RC1 |
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.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-configuration-stax/
implementation 'org.owasp.appsensor:appsensor-configuration-stax:2.1.0-RC1'
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-configuration-stax/
implementation ("org.owasp.appsensor:appsensor-configuration-stax:2.1.0-RC1")
'org.owasp.appsensor:appsensor-configuration-stax:jar:2.1.0-RC1'
<dependency org="org.owasp.appsensor" name="appsensor-configuration-stax" rev="2.1.0-RC1">
<artifact name="appsensor-configuration-stax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.appsensor', module='appsensor-configuration-stax', version='2.1.0-RC1')
)
libraryDependencies += "org.owasp.appsensor" % "appsensor-configuration-stax" % "2.1.0-RC1"
[org.owasp.appsensor/appsensor-configuration-stax "2.1.0-RC1"]