d

de.kalpatec.pojosr.framework

A service registry that enables OSGi style service registry programs without using an OSGi framework.
http://pojosr.googlecode.com/
The Apache Software License, Version 2.0
Karl Pauls
文件下载
文件名 操作
de.kalpatec.pojosr.framework-0.1.4.jar 下载
de.kalpatec.pojosr.framework-0.1.4.pom 下载
de.kalpatec.pojosr.framework-0.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.pojosr</groupId>
  <artifactId>de.kalpatec.pojosr.framework</artifactId>
  <version>0.1.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.pojosr:de.kalpatec.pojosr.framework:0.1.4'
Gradle Kotlin
implementation("com.googlecode.pojosr:de.kalpatec.pojosr.framework:0.1.4")
Scala SBT
libraryDependencies += "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.pojosr', module='de.kalpatec.pojosr.framework', version='0.1.4')
)
Apache Ivy
<dependency org="com.googlecode.pojosr" name="de.kalpatec.pojosr.framework" rev="0.1.4" />
Leiningen
[com.googlecode.pojosr/de.kalpatec.pojosr.framework "0.1.4"]
Apache Buildr
'com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.1.4'