MVN

org.starchartlabs.majortom : event-model

Maven & Gradle

Nov 29, 2022
0 stars

event-model · Models events which may be sent to the Major Tom system by external clients

<dependency>
    <groupId>org.starchartlabs.majortom</groupId>
    <artifactId>event-model</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.starchartlabs.majortom : event-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.starchartlabs.majortom : event-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
event-model-1.0.4
event-model-1.0.3
event-model-1.0.2
event-model-1.0.1
event-model-1.0.0
0.2.x
event-model-0.2.2
event-model-0.2.1
event-model-0.2.0
0.1.x
event-model-0.1.0

How to add a dependency to Maven

Add the following org.starchartlabs.majortom : event-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.starchartlabs.majortom</groupId>
    <artifactId>event-model</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.starchartlabs.majortom : event-model gradle dependency to your build.gradle file:

implementation 'org.starchartlabs.majortom:event-model:1.0.4'

Gradle Kotlin DSL: Add the following org.starchartlabs.majortom : event-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.starchartlabs.majortom:event-model:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.starchartlabs.majortom : event-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.starchartlabs.majortom" % "event-model" % "1.0.4"