Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.guerlab.smart.notify |
ArtifactId | ArtifactIdsmart-notify-api |
Version | Version21.0.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-notify-api-21.0.0.pom | |
smart-notify-api-21.0.0.jar | 24 KB |
smart-notify-api-21.0.0-sources.jar | 18 KB |
smart-notify-api-21.0.0-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.guerlab.smart.notify/smart-notify-api/ -->
<dependency>
<groupId>net.guerlab.smart.notify</groupId>
<artifactId>smart-notify-api</artifactId>
<version>21.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab.smart.notify/smart-notify-api/
implementation 'net.guerlab.smart.notify:smart-notify-api:21.0.0'
// https://jarcasting.com/artifacts/net.guerlab.smart.notify/smart-notify-api/
implementation ("net.guerlab.smart.notify:smart-notify-api:21.0.0")
'net.guerlab.smart.notify:smart-notify-api:jar:21.0.0'
<dependency org="net.guerlab.smart.notify" name="smart-notify-api" rev="21.0.0">
<artifact name="smart-notify-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guerlab.smart.notify', module='smart-notify-api', version='21.0.0')
)
libraryDependencies += "net.guerlab.smart.notify" % "smart-notify-api" % "21.0.0"
[net.guerlab.smart.notify/smart-notify-api "21.0.0"]