Files download
File Operation
tuweni-crypto-2.4.2.jar download
tuweni-crypto-2.4.2.pom download
tuweni-crypto-2.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.tmio</groupId>
  <artifactId>tuweni-crypto</artifactId>
  <version>2.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.tmio:tuweni-crypto:2.4.2'
Gradle Kotlin
implementation("io.tmio:tuweni-crypto:2.4.2")
Scala SBT
libraryDependencies += "io.tmio" % "tuweni-crypto" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.tmio', module='tuweni-crypto', version='2.4.2')
)
Apache Ivy
<dependency org="io.tmio" name="tuweni-crypto" rev="2.4.2" />
Leiningen
[io.tmio/tuweni-crypto "2.4.2"]
Apache Buildr
'io.tmio:tuweni-crypto:jar:2.4.2'