MVN

org.webjars.npm : base64-arraybuffer

Maven & Gradle

Jan 26, 2022
6 usages
241 stars

base64-arraybuffer · WebJar for base64-arraybuffer

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>base64-arraybuffer</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : base64-arraybuffer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.webjars.npm : base64-arraybuffer to add to Maven or Gradle - All Versions:

  • Version Updated
  • base64-arraybuffer-1.0.2

    Jan 26, 2022
  • base64-arraybuffer-0.2.0

    Jun 27, 2019
  • base64-arraybuffer-0.1.5

    Dec 06, 2016
  • base64-arraybuffer-0.1.2

    Jan 14, 2016

How to add a dependency to Maven

Add the following org.webjars.npm : base64-arraybuffer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>base64-arraybuffer</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : base64-arraybuffer gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:base64-arraybuffer:1.0.2'

Gradle Kotlin DSL: Add the following org.webjars.npm : base64-arraybuffer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:base64-arraybuffer:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : base64-arraybuffer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "base64-arraybuffer" % "1.0.2"