MVN

it.unibo.alchemist : alchemist-influence-sphere

Maven & Gradle

Apr 07, 2020
4 usages

Alchemist Influence Sphere · Abstraction for the sensory capabilities of a generic node.

<dependency>
    <groupId>it.unibo.alchemist</groupId>
    <artifactId>alchemist-influence-sphere</artifactId>
    <version>9.3.0-devej+a0050f05c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.unibo.alchemist : alchemist-influence-sphere to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.3.0-devej+a0050f05c

All Versions

Choose a version of it.unibo.alchemist : alchemist-influence-sphere to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.3.x
alchemist-influence-sphere-9.3.0-devej+a0050f05c
alchemist-influence-sphere-9.3.0-deveh+c334ca936
alchemist-influence-sphere-9.3.0-dev7o+98eac70a
alchemist-influence-sphere-9.3.0-dev7n+933c849e
alchemist-influence-sphere-9.3.0
9.2.x
alchemist-influence-sphere-9.2.1-dev2a+66d8306e
alchemist-influence-sphere-9.2.1-dev2c+2424904e
alchemist-influence-sphere-9.2.1
alchemist-influence-sphere-9.2.0
9.1.x
alchemist-influence-sphere-9.1.0
9.0.x
alchemist-influence-sphere-9.0.0
8.3.x
alchemist-influence-sphere-8.3.1
alchemist-influence-sphere-8.3.0
8.2.x
alchemist-influence-sphere-8.2.3
alchemist-influence-sphere-8.2.2
alchemist-influence-sphere-8.2.1
alchemist-influence-sphere-8.2.0
8.1.x
alchemist-influence-sphere-8.1.1
8.0.x
alchemist-influence-sphere-8.0.4
alchemist-influence-sphere-8.0.4-j8
alchemist-influence-sphere-8.0.3
alchemist-influence-sphere-8.0.3-j8
alchemist-influence-sphere-8.0.1-j8
alchemist-influence-sphere-8.0.1
alchemist-influence-sphere-8.0.0-j8
alchemist-influence-sphere-8.0.0

How to add a dependency to Maven

Add the following it.unibo.alchemist : alchemist-influence-sphere maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.unibo.alchemist</groupId>
    <artifactId>alchemist-influence-sphere</artifactId>
    <version>9.3.0-devej+a0050f05c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.unibo.alchemist : alchemist-influence-sphere gradle dependency to your build.gradle file:

implementation 'it.unibo.alchemist:alchemist-influence-sphere:9.3.0-devej+a0050f05c'

Gradle Kotlin DSL: Add the following it.unibo.alchemist : alchemist-influence-sphere gradle kotlin dependency to your build.gradle.kts file:

implementation("it.unibo.alchemist:alchemist-influence-sphere:9.3.0-devej+a0050f05c")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.unibo.alchemist : alchemist-influence-sphere sbt scala dependency to your build.sbt file:

libraryDependencies += "it.unibo.alchemist" % "alchemist-influence-sphere" % "9.3.0-devej+a0050f05c"

Advertisement