Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ai-flow |
ArtifactId | ArtifactIdnotification-client |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
notification-client-0.2.0.pom | |
notification-client-0.2.0.jar | 283 KB |
notification-client-0.2.0-tests.jar | 14 KB |
notification-client-0.2.0-sources.jar | 62 KB |
notification-client-0.2.0-javadoc.jar | 619 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ai-flow/notification-client/ -->
<dependency>
<groupId>org.ai-flow</groupId>
<artifactId>notification-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ai-flow/notification-client/
implementation 'org.ai-flow:notification-client:0.2.0'
// https://jarcasting.com/artifacts/org.ai-flow/notification-client/
implementation ("org.ai-flow:notification-client:0.2.0")
'org.ai-flow:notification-client:jar:0.2.0'
<dependency org="org.ai-flow" name="notification-client" rev="0.2.0">
<artifact name="notification-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ai-flow', module='notification-client', version='0.2.0')
)
libraryDependencies += "org.ai-flow" % "notification-client" % "0.2.0"
[org.ai-flow/notification-client "0.2.0"]