is not current version
Last Version 3.0.1.RELEASE

org.javabits.yar:yar-osgi-it 2.0.1.RELEASE

Yar OSGi IT: provides integration tests again the OSGi framework

GroupId

GroupId

org.javabits.yar
ArtifactId

ArtifactId

yar-osgi-it
Version

Version

2.0.1.RELEASE
Type

Type

jar

Download yar-osgi-it 2.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.javabits.yar/yar-osgi-it/ -->
<dependency>
    <groupId>org.javabits.yar</groupId>
    <artifactId>yar-osgi-it</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.javabits.yar/yar-osgi-it/
implementation 'org.javabits.yar:yar-osgi-it:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.javabits.yar/yar-osgi-it/
implementation ("org.javabits.yar:yar-osgi-it:2.0.1.RELEASE")
'org.javabits.yar:yar-osgi-it:jar:2.0.1.RELEASE'
<dependency org="org.javabits.yar" name="yar-osgi-it" rev="2.0.1.RELEASE">
  <artifact name="yar-osgi-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javabits.yar', module='yar-osgi-it', version='2.0.1.RELEASE')
)
libraryDependencies += "org.javabits.yar" % "yar-osgi-it" % "2.0.1.RELEASE"
[org.javabits.yar/yar-osgi-it "2.0.1.RELEASE"]