MVN

com.googlecode.pojosr : de.kalpatec.pojosr.framework

Maven & Gradle

Nov 07, 2012
47 usages

Pojo Service Registry · A service registry that enables OSGi style service registry programs without using an OSGi framework.

<dependency>
    <groupId>com.googlecode.pojosr</groupId>
    <artifactId>de.kalpatec.pojosr.framework</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.pojosr : de.kalpatec.pojosr.framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of com.googlecode.pojosr : de.kalpatec.pojosr.framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
de.kalpatec.pojosr.framework-0.2.1
de.kalpatec.pojosr.framework-0.2.0
0.1.x
de.kalpatec.pojosr.framework-0.1.8
de.kalpatec.pojosr.framework-0.1.6
de.kalpatec.pojosr.framework-0.1.4

How to add a dependency to Maven

Add the following com.googlecode.pojosr : de.kalpatec.pojosr.framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.pojosr</groupId>
    <artifactId>de.kalpatec.pojosr.framework</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.pojosr : de.kalpatec.pojosr.framework gradle dependency to your build.gradle file:

implementation 'com.googlecode.pojosr:de.kalpatec.pojosr.framework:0.2.1'

Gradle Kotlin DSL: Add the following com.googlecode.pojosr : de.kalpatec.pojosr.framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.pojosr:de.kalpatec.pojosr.framework:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.pojosr : de.kalpatec.pojosr.framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1"

Advertisement