GroupId | GroupIdcom.github.rinde |
---|---|
ArtifactId | ArtifactIdrinsim-event |
Version | Version3.2.4 |
Type | Typejar |
Filename | Size |
---|---|
rinsim-event-3.2.4.pom | |
rinsim-event-3.2.4.jar | 7 KB |
rinsim-event-3.2.4-tests.jar | 7 KB |
rinsim-event-3.2.4-sources.jar | 6 KB |
rinsim-event-3.2.4-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rinde/rinsim-event/ -->
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-event</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-event/
implementation 'com.github.rinde:rinsim-event:3.2.4'
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-event/
implementation ("com.github.rinde:rinsim-event:3.2.4")
'com.github.rinde:rinsim-event:jar:3.2.4'
<dependency org="com.github.rinde" name="rinsim-event" rev="3.2.4">
<artifact name="rinsim-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinde', module='rinsim-event', version='3.2.4')
)
libraryDependencies += "com.github.rinde" % "rinsim-event" % "3.2.4"
[com.github.rinde/rinsim-event "3.2.4"]