GroupId | GroupIdorg.ow2.bundles |
---|---|
ArtifactId | ArtifactIdow2-util-event |
Version | Version1.0.13 |
Type | Typepom |
Filename | Size |
---|---|
ow2-util-event-1.0.13.pom | 645 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.bundles/ow2-util-event/ -->
<dependency>
<groupId>org.ow2.bundles</groupId>
<artifactId>ow2-util-event</artifactId>
<version>1.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.bundles/ow2-util-event/
implementation 'org.ow2.bundles:ow2-util-event:1.0.13'
// https://jarcasting.com/artifacts/org.ow2.bundles/ow2-util-event/
implementation ("org.ow2.bundles:ow2-util-event:1.0.13")
'org.ow2.bundles:ow2-util-event:pom:1.0.13'
<dependency org="org.ow2.bundles" name="ow2-util-event" rev="1.0.13">
<artifact name="ow2-util-event" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.bundles', module='ow2-util-event', version='1.0.13')
)
libraryDependencies += "org.ow2.bundles" % "ow2-util-event" % "1.0.13"
[org.ow2.bundles/ow2-util-event "1.0.13"]