l

labyrinth-common

Common libraries of all Labyrinth modules
Files download
File Operation
labyrinth-common-1.7.3.jar download
labyrinth-common-1.7.3.pom download
labyrinth-common-1.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.the-h-team</groupId>
  <artifactId>labyrinth-common</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.the-h-team:labyrinth-common:1.7.3'
Gradle Kotlin
implementation("com.github.the-h-team:labyrinth-common:1.7.3")
Scala SBT
libraryDependencies += "com.github.the-h-team" % "labyrinth-common" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.the-h-team', module='labyrinth-common', version='1.7.3')
)
Apache Ivy
<dependency org="com.github.the-h-team" name="labyrinth-common" rev="1.7.3" />
Leiningen
[com.github.the-h-team/labyrinth-common "1.7.3"]
Apache Buildr
'com.github.the-h-team:labyrinth-common:jar:1.7.3'