License |
License |
---|---|
GroupId | GroupIdorg.ow2.authzforce |
ArtifactId | ArtifactIdauthzforce-xml-ns-model |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ow2.authzforce:authzforce-xml-ns-model
AuthZForce - XML Namespace Model. XML schema from http://www.w3.org/2001/xml.xsd and corresponding XJC episode that is useable for JAXB class generation from XSD importing xml.xsd.
|
Filename | Size |
---|---|
authzforce-xml-ns-model-1.2.pom | |
authzforce-xml-ns-model-1.2.jar | 4 KB |
authzforce-xml-ns-model-1.2-sources.jar | 2 KB |
authzforce-xml-ns-model-1.2-javadoc.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-xml-ns-model/ -->
<dependency>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-xml-ns-model</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-xml-ns-model/
implementation 'org.ow2.authzforce:authzforce-xml-ns-model:1.2'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-xml-ns-model/
implementation ("org.ow2.authzforce:authzforce-xml-ns-model:1.2")
'org.ow2.authzforce:authzforce-xml-ns-model:jar:1.2'
<dependency org="org.ow2.authzforce" name="authzforce-xml-ns-model" rev="1.2">
<artifact name="authzforce-xml-ns-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.authzforce', module='authzforce-xml-ns-model', version='1.2')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-xml-ns-model" % "1.2"
[org.ow2.authzforce/authzforce-xml-ns-model "1.2"]