GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdjslack |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
jslack-0.1.4.pom | |
jslack-0.1.4.jar | 265 KB |
jslack-0.1.4-sources.jar | 67 KB |
jslack-0.1.4-javadoc.jar | 1014 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/jslack/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>jslack</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/jslack/
implementation 'com.github.seratch:jslack:0.1.4'
// https://jarcasting.com/artifacts/com.github.seratch/jslack/
implementation ("com.github.seratch:jslack:0.1.4")
'com.github.seratch:jslack:jar:0.1.4'
<dependency org="com.github.seratch" name="jslack" rev="0.1.4">
<artifact name="jslack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='jslack', version='0.1.4')
)
libraryDependencies += "com.github.seratch" % "jslack" % "0.1.4"
[com.github.seratch/jslack "0.1.4"]