Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.ow2.jasmine.jadort-samples |
ArtifactId | ArtifactIdOnlyAllowUsersWithSessionFilter |
Version | Version1.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter/
implementation 'org.ow2.jasmine.jadort-samples:OnlyAllowUsersWithSessionFilter:1.0.4'
// https://jarcasting.com/artifacts/org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter/
implementation ("org.ow2.jasmine.jadort-samples:OnlyAllowUsersWithSessionFilter:1.0.4")
'org.ow2.jasmine.jadort-samples:OnlyAllowUsersWithSessionFilter:jar:1.0.4'
<dependency org="org.ow2.jasmine.jadort-samples" name="OnlyAllowUsersWithSessionFilter" rev="1.0.4">
<artifact name="OnlyAllowUsersWithSessionFilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine.jadort-samples', module='OnlyAllowUsersWithSessionFilter', version='1.0.4')
)
libraryDependencies += "org.ow2.jasmine.jadort-samples" % "OnlyAllowUsersWithSessionFilter" % "1.0.4"
[org.ow2.jasmine.jadort-samples/OnlyAllowUsersWithSessionFilter "1.0.4"]