Files download
File Operation
security-infrastructure-0.10.3.jar download
security-infrastructure-0.10.3.pom download
security-infrastructure-0.10.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rostislav-maslov.rcore</groupId>
  <artifactId>security-infrastructure</artifactId>
  <version>0.10.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.rostislav-maslov.rcore:security-infrastructure:0.10.3'
Gradle Kotlin
implementation("com.github.rostislav-maslov.rcore:security-infrastructure:0.10.3")
Scala SBT
libraryDependencies += "com.github.rostislav-maslov.rcore" % "security-infrastructure" % "0.10.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rostislav-maslov.rcore', module='security-infrastructure', version='0.10.3')
)
Apache Ivy
<dependency org="com.github.rostislav-maslov.rcore" name="security-infrastructure" rev="0.10.3" />
Leiningen
[com.github.rostislav-maslov.rcore/security-infrastructure "0.10.3"]
Apache Buildr
'com.github.rostislav-maslov.rcore:security-infrastructure:jar:0.10.3'