is not current version
Last Version 1.2.12

org.wso2.balana:balana-documentation 1.0.2

This is the pom file that defines the build process for the WSO2 Balana Samples. Balana is XACML open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license http://www.apache.org/licenses/LICENSE-2.0

GroupId

GroupId

org.wso2.balana
ArtifactId

ArtifactId

balana-documentation
Version

Version

1.0.2
Type

Type

pom

Download balana-documentation 1.0.2


<!-- https://jarcasting.com/artifacts/org.wso2.balana/balana-documentation/ -->
<dependency>
    <groupId>org.wso2.balana</groupId>
    <artifactId>balana-documentation</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.balana/balana-documentation/
implementation 'org.wso2.balana:balana-documentation:1.0.2'
// https://jarcasting.com/artifacts/org.wso2.balana/balana-documentation/
implementation ("org.wso2.balana:balana-documentation:1.0.2")
'org.wso2.balana:balana-documentation:pom:1.0.2'
<dependency org="org.wso2.balana" name="balana-documentation" rev="1.0.2">
  <artifact name="balana-documentation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.balana', module='balana-documentation', version='1.0.2')
)
libraryDependencies += "org.wso2.balana" % "balana-documentation" % "1.0.2"
[org.wso2.balana/balana-documentation "1.0.2"]