GroupId | GroupIdio.higgs |
---|---|
ArtifactId | ArtifactIdevents |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
events-0.0.2.pom | |
events-0.0.2.jar | 21 KB |
events-0.0.2-sources.jar | 10 KB |
events-0.0.2-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/events/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>events</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/events/
implementation 'io.higgs:events:0.0.2'
// https://jarcasting.com/artifacts/io.higgs/events/
implementation ("io.higgs:events:0.0.2")
'io.higgs:events:jar:0.0.2'
<dependency org="io.higgs" name="events" rev="0.0.2">
<artifact name="events" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='events', version='0.0.2')
)
libraryDependencies += "io.higgs" % "events" % "0.0.2"
[io.higgs/events "0.0.2"]