KrafticsLib

Library to make spigot coding easier

License

License

GroupId

GroupId

com.kraftics
ArtifactId

ArtifactId

krafticslib
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

KrafticsLib
Library to make spigot coding easier
Project URL

Project URL

https://github.com/KrafticsTeam/KrafticsLib
Source Code Management

Source Code Management

https://github.com/KrafticsTeam/KrafticsLib

Download krafticslib

How to add to project

<!-- https://jarcasting.com/artifacts/com.kraftics/krafticslib/ -->
<dependency>
    <groupId>com.kraftics</groupId>
    <artifactId>krafticslib</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kraftics/krafticslib/
implementation 'com.kraftics:krafticslib:0.4.0'
// https://jarcasting.com/artifacts/com.kraftics/krafticslib/
implementation ("com.kraftics:krafticslib:0.4.0")
'com.kraftics:krafticslib:jar:0.4.0'
<dependency org="com.kraftics" name="krafticslib" rev="0.4.0">
  <artifact name="krafticslib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kraftics', module='krafticslib', version='0.4.0')
)
libraryDependencies += "com.kraftics" % "krafticslib" % "0.4.0"
[com.kraftics/krafticslib "0.4.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.xerial : sqlite-jdbc jar 3.8.11.2
com.google.code.findbugs : jsr305 jar 3.0.2
org.mongodb : bson jar 4.2.0

test (2)

Group / Artifact Type Version
org.spigotmc » spigot-api jar 1.16.5-R0.1-SNAPSHOT
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.
KrafticsLib

KrafticsLib

Make your spigot plugin coding easier

Spigot Build Code Quality Release Servers

Installation

  1. Download KrafticsLib from the release page
  2. Put the downloaded jar into plugins folder in your's server
  3. Run the server

Development

You can download KrafticsLib from the release page, or use one of these build tools (replace (latest_version) with latest version):

Maven

<dependency>
  <groupId>com.kraftics</groupId>
  <artifactId>krafticslib-core</artifactId>
  <version>(latest_version)</version>
  <scope>provided</scope>
</dependency>

Gradle

compileOnly 'com.kraftics:krafticslib-core:(latest_version)'

Contributing

Do you like this project and want to contribute?
You can post ideas, bug reports and pull request at the issue tracker

com.kraftics

Kraftics

Java programming organization

Versions

Version
0.4.0