u

underbar.crypto

Convenience Methods for javax.security
Files download
File Operation
underbar.crypto-0.3.5.jar download
underbar.crypto-0.3.5.pom download
underbar.crypto-0.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tailoredshapes</groupId>
  <artifactId>underbar.crypto</artifactId>
  <version>0.3.5</version>
</dependency>
Gradle Groovy
implementation 'com.tailoredshapes:underbar.crypto:0.3.5'
Gradle Kotlin
implementation("com.tailoredshapes:underbar.crypto:0.3.5")
Scala SBT
libraryDependencies += "com.tailoredshapes" % "underbar.crypto" % "0.3.5"
Groovy Grape
@Grapes(
  @Grab(group='com.tailoredshapes', module='underbar.crypto', version='0.3.5')
)
Apache Ivy
<dependency org="com.tailoredshapes" name="underbar.crypto" rev="0.3.5" />
Leiningen
[com.tailoredshapes/underbar.crypto "0.3.5"]
Apache Buildr
'com.tailoredshapes:underbar.crypto:jar:0.3.5'