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