p

pgcrypto-kt

A kotlin reimplementation of the pgcrypto extension.
https://github.com/pschichtel/pgcrypto-kt
MIT
Phillip Schichtel
Files download
File Operation
pgcrypto-kt-1.2.0.jar download
pgcrypto-kt-1.2.0.pom download
pgcrypto-kt-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tel.schich</groupId>
  <artifactId>pgcrypto-kt</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'tel.schich:pgcrypto-kt:1.2.0'
Gradle Kotlin
implementation("tel.schich:pgcrypto-kt:1.2.0")
Scala SBT
libraryDependencies += "tel.schich" % "pgcrypto-kt" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='tel.schich', module='pgcrypto-kt', version='1.2.0')
)
Apache Ivy
<dependency org="tel.schich" name="pgcrypto-kt" rev="1.2.0" />
Leiningen
[tel.schich/pgcrypto-kt "1.2.0"]
Apache Buildr
'tel.schich:pgcrypto-kt:jar:1.2.0'