MVN

com.github.continuity-project : continuity.idpa

Maven & Gradle

Oct 18, 2018
2 usages
4 stars

continuity.idpa · Defines entities of the IDPA annotation model and the IDPA application model

<dependency>
    <groupId>com.github.continuity-project</groupId>
    <artifactId>continuity.idpa</artifactId>
    <version>1.3.121_dev</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.continuity-project : continuity.idpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.121_dev

All Versions

Choose a version of com.github.continuity-project : continuity.idpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
continuity.idpa-1.3.121
continuity.idpa-1.3.120
continuity.idpa-1.3.121_dev

How to add a dependency to Maven

Add the following com.github.continuity-project : continuity.idpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.continuity-project</groupId>
    <artifactId>continuity.idpa</artifactId>
    <version>1.3.121_dev</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.continuity-project : continuity.idpa gradle dependency to your build.gradle file:

implementation 'com.github.continuity-project:continuity.idpa:1.3.121_dev'

Gradle Kotlin DSL: Add the following com.github.continuity-project : continuity.idpa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.continuity-project:continuity.idpa:1.3.121_dev")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.continuity-project : continuity.idpa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.continuity-project" % "continuity.idpa" % "1.3.121_dev"

Advertisement