MVN

com.github.masahitojp : botan

Maven & Gradle

Sep 10, 2015
11 stars

botan · It is determined whether or not the haiku

<dependency>
    <groupId>com.github.masahitojp</groupId>
    <artifactId>botan</artifactId>
    <version>0.0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.masahitojp : botan to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0.24

All Versions

Choose a version of com.github.masahitojp : botan to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
botan-0.0.0.24
botan-0.0.0.23
botan-0.0.0.22
botan-0.0.0.21
botan-0.0.0.20
botan-0.0.0.19
botan-0.0.0.18
botan-0.0.0.17
botan-0.0.0.16
botan-0.0.0.15
botan-0.0.0.14
botan-0.0.0.13
botan-0.0.0.12
botan-0.0.0.11
botan-0.0.0.10
botan-0.0.0.9
botan-0.0.0.8
botan-0.0.0.7
botan-0.0.0.6
botan-0.0.0.5
botan-0.0.0.4
botan-0.0.0.3
botan-0.0.0.2
botan-0.0.0.1

How to add a dependency to Maven

Add the following com.github.masahitojp : botan maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.masahitojp</groupId>
    <artifactId>botan</artifactId>
    <version>0.0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.masahitojp : botan gradle dependency to your build.gradle file:

implementation 'com.github.masahitojp:botan:0.0.0.24'

Gradle Kotlin DSL: Add the following com.github.masahitojp : botan gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.masahitojp:botan:0.0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.masahitojp : botan sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.masahitojp" % "botan" % "0.0.0.24"

Advertisement