MVN

org.flexiblepower.defpi : api

Maven & Gradle

Jan 25, 2022
5 usages
3 stars

dEF-Pi API

<dependency>
    <groupId>org.flexiblepower.defpi</groupId>
    <artifactId>api</artifactId>
    <version>22.01.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.flexiblepower.defpi : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.01.1

All Versions

Choose a version of org.flexiblepower.defpi : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.01.x
api-22.01.1
22.01
api-22.01
21.06
api-21.06
20.10
api-20.10
20.04.x
api-20.04.1
20.04
api-20.04
19.10.x
api-19.10.1
18.6.x
api-18.6.1
18.6
api-18.6
17.11.x
api-17.11.4
api-17.11.3
api-17.11.2
api-17.11.1
17.11
api-17.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.flexiblepower.defpi</groupId>
    <artifactId>api</artifactId>
    <version>22.01.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.flexiblepower.defpi : api gradle dependency to your build.gradle file:

implementation 'org.flexiblepower.defpi:api:22.01.1'

Gradle Kotlin DSL: Add the following org.flexiblepower.defpi : api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.flexiblepower.defpi:api:22.01.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.flexiblepower.defpi : api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.flexiblepower.defpi" % "api" % "22.01.1"

Advertisement