| License |
License |
|---|---|
| GroupId | GroupIdcom.tenduke.events |
| ArtifactId | ArtifactIdevents-api |
| Version | Version1.2.1 |
| Type | Typejar |
| Description |
Description10Duke Event Data API model
Objects and interfaces describing data communicated in the 10Duke Event Data system API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| events-api-1.2.1.pom | |
| events-api-1.2.1.jar | 36 KB |
| events-api-1.2.1-sources.jar | 37 KB |
| events-api-1.2.1-javadoc.jar | 301 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tenduke.events/events-api/ -->
<dependency>
<groupId>com.tenduke.events</groupId>
<artifactId>events-api</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tenduke.events/events-api/
implementation 'com.tenduke.events:events-api:1.2.1'
// https://jarcasting.com/artifacts/com.tenduke.events/events-api/
implementation ("com.tenduke.events:events-api:1.2.1")
'com.tenduke.events:events-api:jar:1.2.1'
<dependency org="com.tenduke.events" name="events-api" rev="1.2.1">
<artifact name="events-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tenduke.events', module='events-api', version='1.2.1')
)
libraryDependencies += "com.tenduke.events" % "events-api" % "1.2.1"
[com.tenduke.events/events-api "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.classgraph : classgraph | jar | 4.8.102 |
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |