GroupId | GroupIdorg.tiogasolutions.notify |
---|---|
ArtifactId | ArtifactIdtioga-notify-kernel |
Version | Version4.4.3 |
Type | Typejar |
Filename | Size |
---|---|
tioga-notify-kernel-4.4.3.pom | |
tioga-notify-kernel-4.4.3.jar | 105 KB |
tioga-notify-kernel-4.4.3-sources.jar | 57 KB |
tioga-notify-kernel-4.4.3-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-kernel/ -->
<dependency>
<groupId>org.tiogasolutions.notify</groupId>
<artifactId>tioga-notify-kernel</artifactId>
<version>4.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-kernel/
implementation 'org.tiogasolutions.notify:tioga-notify-kernel:4.4.3'
// https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-kernel/
implementation ("org.tiogasolutions.notify:tioga-notify-kernel:4.4.3")
'org.tiogasolutions.notify:tioga-notify-kernel:jar:4.4.3'
<dependency org="org.tiogasolutions.notify" name="tioga-notify-kernel" rev="4.4.3">
<artifact name="tioga-notify-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tiogasolutions.notify', module='tioga-notify-kernel', version='4.4.3')
)
libraryDependencies += "org.tiogasolutions.notify" % "tioga-notify-kernel" % "4.4.3"
[org.tiogasolutions.notify/tioga-notify-kernel "4.4.3"]