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