License |
License |
---|---|
Categories |
CategoriesDiscord API Business Logic Libraries |
GroupId | GroupIdcom.diluv.schoomp |
ArtifactId | ArtifactIdSchoomp |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSchoomp
Schoomp is a Java library for building and sending webhook requests to Discord
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Schoomp-1.2.6.pom | |
Schoomp-1.2.6.jar | 10 KB |
Schoomp-1.2.6-sources.jar | 10 KB |
Schoomp-1.2.6-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diluv.schoomp/Schoomp/ -->
<dependency>
<groupId>com.diluv.schoomp</groupId>
<artifactId>Schoomp</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.diluv.schoomp/Schoomp/
implementation 'com.diluv.schoomp:Schoomp:1.2.6'
// https://jarcasting.com/artifacts/com.diluv.schoomp/Schoomp/
implementation ("com.diluv.schoomp:Schoomp:1.2.6")
'com.diluv.schoomp:Schoomp:jar:1.2.6'
<dependency org="com.diluv.schoomp" name="Schoomp" rev="1.2.6">
<artifact name="Schoomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diluv.schoomp', module='Schoomp', version='1.2.6')
)
libraryDependencies += "com.diluv.schoomp" % "Schoomp" % "1.2.6"
[com.diluv.schoomp/Schoomp "1.2.6"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.code.gson : gson | jar | 2.8.9 |