Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.jnoee |
ArtifactId | ArtifactIdcoo.mvc.security |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
coo.mvc.security-2.1.5.pom | |
coo.mvc.security-2.1.5.jar | 12 KB |
coo.mvc.security-2.1.5-sources.jar | 9 KB |
coo.mvc.security-2.1.5-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/coo.mvc.security/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>coo.mvc.security</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/coo.mvc.security/
implementation 'com.github.jnoee:coo.mvc.security:2.1.5'
// https://jarcasting.com/artifacts/com.github.jnoee/coo.mvc.security/
implementation ("com.github.jnoee:coo.mvc.security:2.1.5")
'com.github.jnoee:coo.mvc.security:jar:2.1.5'
<dependency org="com.github.jnoee" name="coo.mvc.security" rev="2.1.5">
<artifact name="coo.mvc.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='coo.mvc.security', version='2.1.5')
)
libraryDependencies += "com.github.jnoee" % "coo.mvc.security" % "2.1.5"
[com.github.jnoee/coo.mvc.security "2.1.5"]