Skip to content

Maku's Commons - java library containing worker framework based on dependency injection

License

Notifications You must be signed in to change notification settings

itIsMaku/Mommons

Repository files navigation

Mommons

build release license

Gradle

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation 'com.github.itIsMaku:Mommons:VERSION'

  implementation 'com.github.itIsMaku.Mommons:mommons-bungee:VERSION'
  implementation 'com.github.itIsMaku.Mommons:mommons-spigot:VERSION'
  implementation 'com.github.itIsMaku.Mommons:mommons-entityframework:VERSION'
  implementation 'com.github.itIsMaku.Mommons:mommons-shared:VERSION'
  implementation 'com.github.itIsMaku.Mommons:mommons-worker:VERSION'
}

Maven

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
<dependency>
  <groupId>com.github.itIsMaku</groupId>
  <artifactId>Mommons</artifactId>
  <version>VERSION</version>
</dependency>

About

Maku's Commons - java library containing worker framework based on dependency injection

Resources

License

Stars

Watchers

Forks

Languages