is not current version
Last Version 1.4.1

org.osgi:org.osgi.service.event 1.3.1

OSGi Companion Code for org.osgi.service.event Version 1.3.1.

GroupId

GroupId

org.osgi
ArtifactId

ArtifactId

org.osgi.service.event
Version

Version

1.3.1
Type

Type

jar

Download org.osgi.service.event 1.3.1


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