Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.ow2.orchestra.console |
ArtifactId | ArtifactIdorg.ow2.orchestra.console.security |
Version | Version4.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.console/org.ow2.orchestra.console.security/ -->
<dependency>
<groupId>org.ow2.orchestra.console</groupId>
<artifactId>org.ow2.orchestra.console.security</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.console/org.ow2.orchestra.console.security/
implementation 'org.ow2.orchestra.console:org.ow2.orchestra.console.security:4.3.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.console/org.ow2.orchestra.console.security/
implementation ("org.ow2.orchestra.console:org.ow2.orchestra.console.security:4.3.0")
'org.ow2.orchestra.console:org.ow2.orchestra.console.security:jar:4.3.0'
<dependency org="org.ow2.orchestra.console" name="org.ow2.orchestra.console.security" rev="4.3.0">
<artifact name="org.ow2.orchestra.console.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.console', module='org.ow2.orchestra.console.security', version='4.3.0')
)
libraryDependencies += "org.ow2.orchestra.console" % "org.ow2.orchestra.console.security" % "4.3.0"
[org.ow2.orchestra.console/org.ow2.orchestra.console.security "4.3.0"]