| GroupId | GroupIdorg.finos.symphony.toolkit.tools |
|---|---|
| ArtifactId | ArtifactIdreminder-bot |
| Version | Version8.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reminder-bot-8.0.0.pom | |
| reminder-bot-8.0.0.jar | 487 MB |
| reminder-bot-8.0.0-sources.jar | 15 KB |
| reminder-bot-8.0.0-javadoc.jar | 443 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit.tools/reminder-bot/ -->
<dependency>
<groupId>org.finos.symphony.toolkit.tools</groupId>
<artifactId>reminder-bot</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit.tools/reminder-bot/
implementation 'org.finos.symphony.toolkit.tools:reminder-bot:8.0.0'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit.tools/reminder-bot/
implementation ("org.finos.symphony.toolkit.tools:reminder-bot:8.0.0")
'org.finos.symphony.toolkit.tools:reminder-bot:jar:8.0.0'
<dependency org="org.finos.symphony.toolkit.tools" name="reminder-bot" rev="8.0.0">
<artifact name="reminder-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit.tools', module='reminder-bot', version='8.0.0')
)
libraryDependencies += "org.finos.symphony.toolkit.tools" % "reminder-bot" % "8.0.0"
[org.finos.symphony.toolkit.tools/reminder-bot "8.0.0"]