GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdevent |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
event-0.0.8.pom | |
event-0.0.8.jar | 8 KB |
event-0.0.8-tests.jar | 1 KB |
event-0.0.8-sources.jar | 9 KB |
event-0.0.8-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/event/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>event</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/event/
implementation 'org.tinygroup:event:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/event/
implementation ("org.tinygroup:event:0.0.8")
'org.tinygroup:event:jar:0.0.8'
<dependency org="org.tinygroup" name="event" rev="0.0.8">
<artifact name="event" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='event', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "event" % "0.0.8"
[org.tinygroup/event "0.0.8"]