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