c

crypto

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