License |
License |
---|---|
GroupId | GroupIdcom.whaleal |
ArtifactId | ArtifactIdevent |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionEvent
Event package for your app
|
Project URL |
Project URL |
Filename | Size |
---|---|
event-0.3.0.pom | |
event-0.3.0.jar | 9 KB |
event-0.3.0-sources.jar | 4 KB |
event-0.3.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal/event/ -->
<dependency>
<groupId>com.whaleal</groupId>
<artifactId>event</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal/event/
implementation 'com.whaleal:event:0.3.0'
// https://jarcasting.com/artifacts/com.whaleal/event/
implementation ("com.whaleal:event:0.3.0")
'com.whaleal:event:jar:0.3.0'
<dependency org="com.whaleal" name="event" rev="0.3.0">
<artifact name="event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal', module='event', version='0.3.0')
)
libraryDependencies += "com.whaleal" % "event" % "0.3.0"
[com.whaleal/event "0.3.0"]