MVN

org.redfx : strange

Maven & Gradle

Jul 03, 2022
1 usages
189 stars

Strange · Strange Quantum Simulator

<dependency>
    <groupId>org.redfx</groupId>
    <artifactId>strange</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.redfx : strange to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of org.redfx : strange to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
strange-0.1.3
strange-0.1.2
strange-0.1.1
strange-0.1.0
0.0.x
strange-0.0.21
strange-0.0.20
strange-0.0.19
strange-0.0.18
strange-0.0.17
strange-0.0.16
strange-0.0.15
strange-0.0.14

How to add a dependency to Maven

Add the following org.redfx : strange maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.redfx</groupId>
    <artifactId>strange</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.redfx : strange gradle dependency to your build.gradle file:

implementation 'org.redfx:strange:0.1.3'

Gradle Kotlin DSL: Add the following org.redfx : strange gradle kotlin dependency to your build.gradle.kts file:

implementation("org.redfx:strange:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.redfx : strange sbt scala dependency to your build.sbt file:

libraryDependencies += "org.redfx" % "strange" % "0.1.3"

Advertisement