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