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