is not current version
Last Version 1.2.1

com.tenduke.events:events-api 1.1.2

Objects and interfaces describing data communicated in the 10Duke Event Data system API

GroupId

GroupId

com.tenduke.events
ArtifactId

ArtifactId

events-api
Version

Version

1.1.2
Type

Type

jar

Download events-api 1.1.2


<!-- https://jarcasting.com/artifacts/com.tenduke.events/events-api/ -->
<dependency>
    <groupId>com.tenduke.events</groupId>
    <artifactId>events-api</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tenduke.events/events-api/
implementation 'com.tenduke.events:events-api:1.1.2'
// https://jarcasting.com/artifacts/com.tenduke.events/events-api/
implementation ("com.tenduke.events:events-api:1.1.2")
'com.tenduke.events:events-api:jar:1.1.2'
<dependency org="com.tenduke.events" name="events-api" rev="1.1.2">
  <artifact name="events-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tenduke.events', module='events-api', version='1.1.2')
)
libraryDependencies += "com.tenduke.events" % "events-api" % "1.1.2"
[com.tenduke.events/events-api "1.1.2"]