g

gemini-blueprint-mock

Mocks for OSGi interfaces.
http://www.eclipse.org/gemini/blueprint/
Files download
File Operation
gemini-blueprint-mock-2.1.0.RELEASE.jar download
gemini-blueprint-mock-2.1.0.RELEASE.pom download
gemini-blueprint-mock-2.1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.gemini.blueprint</groupId>
  <artifactId>gemini-blueprint-mock</artifactId>
  <version>2.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.gemini.blueprint:gemini-blueprint-mock:2.1.0.RELEASE'
Gradle Kotlin
implementation("org.eclipse.gemini.blueprint:gemini-blueprint-mock:2.1.0.RELEASE")
Scala SBT
libraryDependencies += "org.eclipse.gemini.blueprint" % "gemini-blueprint-mock" % "2.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.gemini.blueprint', module='gemini-blueprint-mock', version='2.1.0.RELEASE')
)
Apache Ivy
<dependency org="org.eclipse.gemini.blueprint" name="gemini-blueprint-mock" rev="2.1.0.RELEASE" />
Leiningen
[org.eclipse.gemini.blueprint/gemini-blueprint-mock "2.1.0.RELEASE"]
Apache Buildr
'org.eclipse.gemini.blueprint:gemini-blueprint-mock:jar:2.1.0.RELEASE'