Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.ow2.jasmine.jadort-samples |
ArtifactId | ArtifactIdOnlyAllowUsersWithSessionFilter |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter/ -->
<dependency>
<groupId>org.ow2.jasmine.jadort-samples</groupId>
<artifactId>OnlyAllowUsersWithSessionFilter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter/
implementation 'org.ow2.jasmine.jadort-samples:OnlyAllowUsersWithSessionFilter:1.0.2'
// https://jarcasting.com/artifacts/org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter/
implementation ("org.ow2.jasmine.jadort-samples:OnlyAllowUsersWithSessionFilter:1.0.2")
'org.ow2.jasmine.jadort-samples:OnlyAllowUsersWithSessionFilter:jar:1.0.2'
<dependency org="org.ow2.jasmine.jadort-samples" name="OnlyAllowUsersWithSessionFilter" rev="1.0.2">
<artifact name="OnlyAllowUsersWithSessionFilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine.jadort-samples', module='OnlyAllowUsersWithSessionFilter', version='1.0.2')
)
libraryDependencies += "org.ow2.jasmine.jadort-samples" % "OnlyAllowUsersWithSessionFilter" % "1.0.2"
[org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter "1.0.2"]