GroupId | GroupIdcom.github.theholywaffle |
---|---|
ArtifactId | ArtifactIdlolchatapi |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
lolchatapi-1.2.6.pom | |
lolchatapi-1.2.6.jar | 56 KB |
lolchatapi-1.2.6-with-dependencies.jar | 1 MB |
lolchatapi-1.2.6-sources.jar | 37 KB |
lolchatapi-1.2.6-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.theholywaffle/lolchatapi/ -->
<dependency>
<groupId>com.github.theholywaffle</groupId>
<artifactId>lolchatapi</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.theholywaffle/lolchatapi/
implementation 'com.github.theholywaffle:lolchatapi:1.2.6'
// https://jarcasting.com/artifacts/com.github.theholywaffle/lolchatapi/
implementation ("com.github.theholywaffle:lolchatapi:1.2.6")
'com.github.theholywaffle:lolchatapi:jar:1.2.6'
<dependency org="com.github.theholywaffle" name="lolchatapi" rev="1.2.6">
<artifact name="lolchatapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.theholywaffle', module='lolchatapi', version='1.2.6')
)
libraryDependencies += "com.github.theholywaffle" % "lolchatapi" % "1.2.6"
[com.github.theholywaffle/lolchatapi "1.2.6"]