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-2.2.0.jar download
castle-java-2.2.0.pom download
castle-java-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.castle</groupId>
  <artifactId>castle-java</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.castle:castle-java:2.2.0'
Gradle Kotlin
implementation("io.castle:castle-java:2.2.0")
Scala SBT
libraryDependencies += "io.castle" % "castle-java" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.castle', module='castle-java', version='2.2.0')
)
Apache Ivy
<dependency org="io.castle" name="castle-java" rev="2.2.0" />
Leiningen
[io.castle/castle-java "2.2.0"]
Apache Buildr
'io.castle:castle-java:jar:2.2.0'