c

castle-java

Castle adds real-time monitoring of your authentication stack, instantly notifying you and your users on potential account hijacks.
https://github.com/castle/castle-java
The MIT License (MIT)
Castle Development Team
Files download
File Operation
castle-java-1.4.2.jar download
castle-java-1.4.2.pom download
castle-java-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.castle</groupId>
  <artifactId>castle-java</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.castle:castle-java:1.4.2'
Gradle Kotlin
implementation("io.castle:castle-java:1.4.2")
Scala SBT
libraryDependencies += "io.castle" % "castle-java" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.castle', module='castle-java', version='1.4.2')
)
Apache Ivy
<dependency org="io.castle" name="castle-java" rev="1.4.2" />
Leiningen
[io.castle/castle-java "1.4.2"]
Apache Buildr
'io.castle:castle-java:jar:1.4.2'