MVN

it.uniroma2.art.coda : coda-osgi

Maven & Gradle

Jul 21, 2023
3 usages

CODA OSGi

<dependency>
    <groupId>it.uniroma2.art.coda</groupId>
    <artifactId>coda-osgi</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.uniroma2.art.coda : coda-osgi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of it.uniroma2.art.coda : coda-osgi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
coda-osgi-1.8.1
1.8
coda-osgi-1.8
1.7.x
coda-osgi-1.7.6
coda-osgi-1.7.5
coda-osgi-1.7.4
coda-osgi-1.7.3
coda-osgi-1.7.2
coda-osgi-1.7.1
coda-osgi-1.7.0
1.6.x
coda-osgi-1.6.3
coda-osgi-1.6.2
coda-osgi-1.6.1
1.6
coda-osgi-1.6
1.5
coda-osgi-1.5
1.4
coda-osgi-1.4
1.3
coda-osgi-1.3
1.2
coda-osgi-1.2
1.1.x
coda-osgi-1.1.2
coda-osgi-1.1.1
1.1
coda-osgi-1.1
1.0
coda-osgi-1.0

How to add a dependency to Maven

Add the following it.uniroma2.art.coda : coda-osgi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.uniroma2.art.coda</groupId>
    <artifactId>coda-osgi</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.uniroma2.art.coda : coda-osgi gradle dependency to your build.gradle file:

implementation 'it.uniroma2.art.coda:coda-osgi:1.8.1'

Gradle Kotlin DSL: Add the following it.uniroma2.art.coda : coda-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("it.uniroma2.art.coda:coda-osgi:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.uniroma2.art.coda : coda-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "it.uniroma2.art.coda" % "coda-osgi" % "1.8.1"

Advertisement