GroupId | GroupIdorg.bekit |
---|---|
ArtifactId | ArtifactIdevent |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
event-1.2.0.RELEASE.pom | |
event-1.2.0.RELEASE.jar | 14 KB |
event-1.2.0.RELEASE-sources.jar | 11 KB |
event-1.2.0.RELEASE-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bekit/event/ -->
<dependency>
<groupId>org.bekit</groupId>
<artifactId>event</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.bekit/event/
implementation 'org.bekit:event:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.bekit/event/
implementation ("org.bekit:event:1.2.0.RELEASE")
'org.bekit:event:jar:1.2.0.RELEASE'
<dependency org="org.bekit" name="event" rev="1.2.0.RELEASE">
<artifact name="event" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bekit', module='event', version='1.2.0.RELEASE')
)
libraryDependencies += "org.bekit" % "event" % "1.2.0.RELEASE"
[org.bekit/event "1.2.0.RELEASE"]