MVN

de.mhus.ports : commons-discovery

Maven & Gradle

Mar 22, 2022

ports-commons-discovery · Its an port to fix bugs in OSGi support. ... The Apache Commons Discovery 0.5 component is about discovering, or finding, implementations for pluggable interfaces.

<dependency>
    <groupId>de.mhus.ports</groupId>
    <artifactId>commons-discovery</artifactId>
    <version>7.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mhus.ports : commons-discovery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4.0

All Versions

Choose a version of de.mhus.ports : commons-discovery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
commons-discovery-7.4.0
7.2.x
commons-discovery-7.2.0
7.1.x
commons-discovery-7.1.0
7.0.x
commons-discovery-7.0.0
6.2.x
commons-discovery-6.2.0
1.6.x
commons-discovery-1.6.2
1.3.x
commons-discovery-1.3.4
commons-discovery-1.3.1

How to add a dependency to Maven

Add the following de.mhus.ports : commons-discovery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mhus.ports</groupId>
    <artifactId>commons-discovery</artifactId>
    <version>7.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mhus.ports : commons-discovery gradle dependency to your build.gradle file:

implementation 'de.mhus.ports:commons-discovery:7.4.0'

Gradle Kotlin DSL: Add the following de.mhus.ports : commons-discovery gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mhus.ports:commons-discovery:7.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mhus.ports : commons-discovery sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mhus.ports" % "commons-discovery" % "7.4.0"

Advertisement