Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.myfaces.tobago |
ArtifactId | ArtifactIdtobago-example-security |
Version | Version2.4.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-security/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-example-security</artifactId>
<version>2.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-security/
implementation 'org.apache.myfaces.tobago:tobago-example-security:2.4.0'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-security/
implementation ("org.apache.myfaces.tobago:tobago-example-security:2.4.0")
'org.apache.myfaces.tobago:tobago-example-security:war:2.4.0'
<dependency org="org.apache.myfaces.tobago" name="tobago-example-security" rev="2.4.0">
<artifact name="tobago-example-security" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-example-security', version='2.4.0')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-security" % "2.4.0"
[org.apache.myfaces.tobago/tobago-example-security "2.4.0"]