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