MVN

nl.elec332.sdr : sdrlib

Maven & Gradle

Apr 22, 2020
2 usages
2 stars

SDRLib · General-purpose SDR library for Java

<dependency>
    <groupId>nl.elec332.sdr</groupId>
    <artifactId>sdrlib</artifactId>
    <version>0.1.1-j8-win</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.elec332.sdr : sdrlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1-j8-win
  • Latest Beta: 0.2-Beta

All Versions

Choose a version of nl.elec332.sdr : sdrlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
sdrlib-0.2-Beta
0.1.x
sdrlib-0.1.1-j8-win
0.1
sdrlib-0.1-j8-win

How to add a dependency to Maven

Add the following nl.elec332.sdr : sdrlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.elec332.sdr</groupId>
    <artifactId>sdrlib</artifactId>
    <version>0.1.1-j8-win</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.elec332.sdr : sdrlib gradle dependency to your build.gradle file:

implementation 'nl.elec332.sdr:sdrlib:0.1.1-j8-win'

Gradle Kotlin DSL: Add the following nl.elec332.sdr : sdrlib gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.elec332.sdr:sdrlib:0.1.1-j8-win")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.elec332.sdr : sdrlib sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.elec332.sdr" % "sdrlib" % "0.1.1-j8-win"

Advertisement