License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdml.karmaconfigs |
ArtifactId | ArtifactIdKarmaAPI-Common |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKarmaAPI is an API that provides developers with an bunch of utilities
for their bukkit/bungee/velocity plugins or standalone projects.
It has lot of util tools, such as custom files and version checker,
to see how to use them go to: https://karmadev.es/docs/karmaapi
|
Filename | Size |
---|---|
KarmaAPI-Common-1.3.2.pom | |
KarmaAPI-Common-1.3.2.jar | 1 MB |
KarmaAPI-Common-1.3.2-sources.jar | 181 KB |
KarmaAPI-Common-1.3.2-javadoc.jar | 768 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.karmaconfigs/KarmaAPI-Common/ -->
<dependency>
<groupId>ml.karmaconfigs</groupId>
<artifactId>KarmaAPI-Common</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/ml.karmaconfigs/KarmaAPI-Common/
implementation 'ml.karmaconfigs:KarmaAPI-Common:1.3.2'
// https://jarcasting.com/artifacts/ml.karmaconfigs/KarmaAPI-Common/
implementation ("ml.karmaconfigs:KarmaAPI-Common:1.3.2")
'ml.karmaconfigs:KarmaAPI-Common:jar:1.3.2'
<dependency org="ml.karmaconfigs" name="KarmaAPI-Common" rev="1.3.2">
<artifact name="KarmaAPI-Common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.karmaconfigs', module='KarmaAPI-Common', version='1.3.2')
)
libraryDependencies += "ml.karmaconfigs" % "KarmaAPI-Common" % "1.3.2"
[ml.karmaconfigs/KarmaAPI-Common "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.burningwave : core | jar | 12.39.6 |
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.29 |
com.google.code.gson : gson | jar | 2.8.9 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.jetbrains : annotations | jar | 22.0.0 |
org.apache.maven : maven-artifact | jar | 3.8.1 |