| License | License | 
|---|---|
| Categories | CategoriesDistribution Build Tools | 
| GroupId | GroupIdcom.connexta.arbitro.distribution | 
| ArtifactId | ArtifactIdarbitro-distribution | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionArbitro :: Distribution Arbitro is an XACML 3.0 open source project derived from WSO2 Balana, which is based on sunxacml http://sunxacml.sourceforge.net/ under the license
        http://sunxacml.sourceforge.net/license.txt. Future development is released under Apache2 license. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| arbitro-distribution-1.0.0.pom | |
| arbitro-distribution-1.0.0.jar | 2 KB | 
| arbitro-distribution-1.0.0-connexta.zip | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.connexta.arbitro.distribution/arbitro-distribution/ -->
<dependency>
    <groupId>com.connexta.arbitro.distribution</groupId>
    <artifactId>arbitro-distribution</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.connexta.arbitro.distribution/arbitro-distribution/
implementation 'com.connexta.arbitro.distribution:arbitro-distribution:1.0.0'// https://jarcasting.com/artifacts/com.connexta.arbitro.distribution/arbitro-distribution/
implementation ("com.connexta.arbitro.distribution:arbitro-distribution:1.0.0")'com.connexta.arbitro.distribution:arbitro-distribution:jar:1.0.0'<dependency org="com.connexta.arbitro.distribution" name="arbitro-distribution" rev="1.0.0">
  <artifact name="arbitro-distribution" type="jar" />
</dependency>@Grapes(
@Grab(group='com.connexta.arbitro.distribution', module='arbitro-distribution', version='1.0.0')
)libraryDependencies += "com.connexta.arbitro.distribution" % "arbitro-distribution" % "1.0.0"[com.connexta.arbitro.distribution/arbitro-distribution "1.0.0"]