o

osgi-liberty

OSGi project targeting WebSphere Liberty
Files download
File Operation
osgi-liberty-1.0.jar download
osgi-liberty-1.0.pom download
osgi-liberty-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.wasdev.maven.tools.archetypes</groupId>
  <artifactId>osgi-liberty</artifactId>
  <version>1.0</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'net.wasdev.maven.tools.archetypes:osgi-liberty:1.0'
Gradle Kotlin
implementation("net.wasdev.maven.tools.archetypes:osgi-liberty:1.0")
Scala SBT
libraryDependencies += "net.wasdev.maven.tools.archetypes" % "osgi-liberty" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.wasdev.maven.tools.archetypes', module='osgi-liberty', version='1.0')
)
Apache Ivy
<dependency org="net.wasdev.maven.tools.archetypes" name="osgi-liberty" rev="1.0" />
Leiningen
[net.wasdev.maven.tools.archetypes/osgi-liberty "1.0"]
Apache Buildr
'net.wasdev.maven.tools.archetypes:osgi-liberty:jar:1.0'