MVN

com.github.uw-pharm : bitsad-macros_2.12

Maven & Gradle

Sep 24, 2019
1 usages
4 stars

bitsad-macros · bitsad-macros

<dependency>
    <groupId>com.github.uw-pharm</groupId>
    <artifactId>bitsad-macros_2.12</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.uw-pharm : bitsad-macros_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of com.github.uw-pharm : bitsad-macros_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
bitsad-macros_2.12-0.5.2
bitsad-macros_2.12-0.5.1
bitsad-macros_2.12-0.5.0
bitsad-macros_2.12-0.5.1+1-f8eacaf3
bitsad-macros_2.12-0.5.0+3-b7f539a7
ad00af85
bitsad-macros_2.12-ad00af85
6cb4c962
bitsad-macros_2.12-6cb4c962
b3b23d67
bitsad-macros_2.12-b3b23d67
f45b86d0
bitsad-macros_2.12-f45b86d0
6608b68b
bitsad-macros_2.12-6608b68b
cdb74705
bitsad-macros_2.12-cdb74705
c7551662
bitsad-macros_2.12-c7551662

How to add a dependency to Maven

Add the following com.github.uw-pharm : bitsad-macros_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.uw-pharm</groupId>
    <artifactId>bitsad-macros_2.12</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.uw-pharm : bitsad-macros_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.uw-pharm:bitsad-macros_2.12:0.5.2'

Gradle Kotlin DSL: Add the following com.github.uw-pharm : bitsad-macros_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.uw-pharm:bitsad-macros_2.12:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.uw-pharm : bitsad-macros_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.uw-pharm" % "bitsad-macros_2.12" % "0.5.2"

Advertisement