MVN

com.osgifx : com.osgifx.console.agent.api

Maven & Gradle

Aug 15, 2023
28 stars

com.osgifx.console.agent.api · com.osgifx.console.agent.api

<dependency>
    <groupId>com.osgifx</groupId>
    <artifactId>com.osgifx.console.agent.api</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.osgifx : com.osgifx.console.agent.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of com.osgifx : com.osgifx.console.agent.api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
com.osgifx.console.agent.api-2.4.3
com.osgifx.console.agent.api-2.4.2
com.osgifx.console.agent.api-2.4.1
2.3.x
com.osgifx.console.agent.api-2.3.1
com.osgifx.console.agent.api-2.3.0
2.2.x
com.osgifx.console.agent.api-2.2.9
com.osgifx.console.agent.api-2.2.8
com.osgifx.console.agent.api-2.2.7
com.osgifx.console.agent.api-2.2.6

How to add a dependency to Maven

Add the following com.osgifx : com.osgifx.console.agent.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.osgifx</groupId>
    <artifactId>com.osgifx.console.agent.api</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.osgifx : com.osgifx.console.agent.api gradle dependency to your build.gradle file:

implementation 'com.osgifx:com.osgifx.console.agent.api:2.4.3'

Gradle Kotlin DSL: Add the following com.osgifx : com.osgifx.console.agent.api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.osgifx:com.osgifx.console.agent.api:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.osgifx : com.osgifx.console.agent.api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.osgifx" % "com.osgifx.console.agent.api" % "2.4.3"

Advertisement