| GroupId | GroupIdcom.tenduke.events |
|---|---|
| ArtifactId | ArtifactIdevents-api |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| events-api-1.0.0.pom | |
| events-api-1.0.0.jar | 7 KB |
| events-api-1.0.0-sources.jar | 10 KB |
| events-api-1.0.0-javadoc.jar | 439 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tenduke.events/events-api/ -->
<dependency>
<groupId>com.tenduke.events</groupId>
<artifactId>events-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tenduke.events/events-api/
implementation 'com.tenduke.events:events-api:1.0.0'
// https://jarcasting.com/artifacts/com.tenduke.events/events-api/
implementation ("com.tenduke.events:events-api:1.0.0")
'com.tenduke.events:events-api:jar:1.0.0'
<dependency org="com.tenduke.events" name="events-api" rev="1.0.0">
<artifact name="events-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tenduke.events', module='events-api', version='1.0.0')
)
libraryDependencies += "com.tenduke.events" % "events-api" % "1.0.0"
[com.tenduke.events/events-api "1.0.0"]