GroupId | GroupIdorg.tiogasolutions.notify |
---|---|
ArtifactId | ArtifactIdtioga-notify-sender-http |
Version | Version4.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-sender-http/ -->
<dependency>
<groupId>org.tiogasolutions.notify</groupId>
<artifactId>tioga-notify-sender-http</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-sender-http/
implementation 'org.tiogasolutions.notify:tioga-notify-sender-http:4.2.0'
// https://jarcasting.com/artifacts/org.tiogasolutions.notify/tioga-notify-sender-http/
implementation ("org.tiogasolutions.notify:tioga-notify-sender-http:4.2.0")
'org.tiogasolutions.notify:tioga-notify-sender-http:jar:4.2.0'
<dependency org="org.tiogasolutions.notify" name="tioga-notify-sender-http" rev="4.2.0">
<artifact name="tioga-notify-sender-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tiogasolutions.notify', module='tioga-notify-sender-http', version='4.2.0')
)
libraryDependencies += "org.tiogasolutions.notify" % "tioga-notify-sender-http" % "4.2.0"
[org.tiogasolutions.notify/tioga-notify-sender-http "4.2.0"]