Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.smoketurner.notification |
ArtifactId | ArtifactIdnotification-client |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.smoketurner.notification/notification-client/ -->
<dependency>
<groupId>com.smoketurner.notification</groupId>
<artifactId>notification-client</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner.notification/notification-client/
implementation 'com.smoketurner.notification:notification-client:1.3.0'
// https://jarcasting.com/artifacts/com.smoketurner.notification/notification-client/
implementation ("com.smoketurner.notification:notification-client:1.3.0")
'com.smoketurner.notification:notification-client:jar:1.3.0'
<dependency org="com.smoketurner.notification" name="notification-client" rev="1.3.0">
<artifact name="notification-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner.notification', module='notification-client', version='1.3.0')
)
libraryDependencies += "com.smoketurner.notification" % "notification-client" % "1.3.0"
[com.smoketurner.notification/notification-client "1.3.0"]