License |
License |
---|---|
GroupId | GroupIdorg.ow2.authzforce |
ArtifactId | ArtifactIdauthzforce-commons-parent |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionorg.ow2.authzforce:authzforce-commons-parent
Parent project to all authzforce-provided 'commons' modules, i.e. reusable beyond the scope of AuthZForce.
|
Filename | Size |
---|---|
authzforce-commons-parent-0.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-commons-parent/ -->
<dependency>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-commons-parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-commons-parent/
implementation 'org.ow2.authzforce:authzforce-commons-parent:0.2'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-commons-parent/
implementation ("org.ow2.authzforce:authzforce-commons-parent:0.2")
'org.ow2.authzforce:authzforce-commons-parent:pom:0.2'
<dependency org="org.ow2.authzforce" name="authzforce-commons-parent" rev="0.2">
<artifact name="authzforce-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.authzforce', module='authzforce-commons-parent', version='0.2')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-commons-parent" % "0.2"
[org.ow2.authzforce/authzforce-commons-parent "0.2"]