GroupId | GroupIdcom.github.siroshun09.event4j |
---|---|
ArtifactId | ArtifactIdevent4j |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
event4j-2.1.0.pom | |
event4j-2.1.0.jar | 18 KB |
event4j-2.1.0-sources.jar | 19 KB |
event4j-2.1.0-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.event4j/event4j/ -->
<dependency>
<groupId>com.github.siroshun09.event4j</groupId>
<artifactId>event4j</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.event4j/event4j/
implementation 'com.github.siroshun09.event4j:event4j:2.1.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.event4j/event4j/
implementation ("com.github.siroshun09.event4j:event4j:2.1.0")
'com.github.siroshun09.event4j:event4j:jar:2.1.0'
<dependency org="com.github.siroshun09.event4j" name="event4j" rev="2.1.0">
<artifact name="event4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.event4j', module='event4j', version='2.1.0')
)
libraryDependencies += "com.github.siroshun09.event4j" % "event4j" % "2.1.0"
[com.github.siroshun09.event4j/event4j "2.1.0"]