GroupId | GroupIdorg.tiogasolutions.notify |
---|---|
ArtifactId | ArtifactIdtioga-notify-kernel |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
tioga-notify-kernel-1.2.10.pom | |
tioga-notify-kernel-1.2.10.jar | 102 KB |
tioga-notify-kernel-1.2.10-sources.jar | 55 KB |
tioga-notify-kernel-1.2.10-javadoc.jar | 221 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.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-kernel/
implementation 'org.tiogasolutions.notify:tioga-notify-kernel:1.2.10'
// https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-kernel/
implementation ("org.tiogasolutions.notify:tioga-notify-kernel:1.2.10")
'org.tiogasolutions.notify:tioga-notify-kernel:jar:1.2.10'
<dependency org="org.tiogasolutions.notify" name="tioga-notify-kernel" rev="1.2.10">
<artifact name="tioga-notify-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tiogasolutions.notify', module='tioga-notify-kernel', version='1.2.10')
)
libraryDependencies += "org.tiogasolutions.notify" % "tioga-notify-kernel" % "1.2.10"
[org.tiogasolutions.notify/tioga-notify-kernel "1.2.10"]