Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdeasybeans-example-security |
Version | Version1.1.0-M1b-JONAS |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-security/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-example-security</artifactId>
<version>1.1.0-M1b-JONAS</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-security/
implementation 'org.ow2.easybeans:easybeans-example-security:1.1.0-M1b-JONAS'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-security/
implementation ("org.ow2.easybeans:easybeans-example-security:1.1.0-M1b-JONAS")
'org.ow2.easybeans:easybeans-example-security:jar:1.1.0-M1b-JONAS'
<dependency org="org.ow2.easybeans" name="easybeans-example-security" rev="1.1.0-M1b-JONAS">
<artifact name="easybeans-example-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-example-security', version='1.1.0-M1b-JONAS')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-example-security" % "1.1.0-M1b-JONAS"
[org.ow2.easybeans/easybeans-example-security "1.1.0-M1b-JONAS"]