| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.dataconservancy.pass.notify |
| ArtifactId | ArtifactIdnotification-model |
| Version | Version0.1.0-3.4 |
| Type | Typejar |
| Description |
DescriptionNotification Services Model
Compose and dispatch notifications to users based on PASS events
|
<!-- https://jarcasting.com/artifacts/org.dataconservancy.pass.notify/notification-model/ -->
<dependency>
<groupId>org.dataconservancy.pass.notify</groupId>
<artifactId>notification-model</artifactId>
<version>0.1.0-3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dataconservancy.pass.notify/notification-model/
implementation 'org.dataconservancy.pass.notify:notification-model:0.1.0-3.4'
// https://jarcasting.com/artifacts/org.dataconservancy.pass.notify/notification-model/
implementation ("org.dataconservancy.pass.notify:notification-model:0.1.0-3.4")
'org.dataconservancy.pass.notify:notification-model:jar:0.1.0-3.4'
<dependency org="org.dataconservancy.pass.notify" name="notification-model" rev="0.1.0-3.4">
<artifact name="notification-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dataconservancy.pass.notify', module='notification-model', version='0.1.0-3.4')
)
libraryDependencies += "org.dataconservancy.pass.notify" % "notification-model" % "0.1.0-3.4"
[org.dataconservancy.pass.notify/notification-model "0.1.0-3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |