e

entolee-core

Files download
File Operation
entolee-core-0.4.0.jar download
entolee-core-0.4.0.pom download
entolee-core-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.niemals-stop</groupId>
  <artifactId>entolee-core</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.niemals-stop:entolee-core:0.4.0'
Gradle Kotlin
implementation("io.github.niemals-stop:entolee-core:0.4.0")
Scala SBT
libraryDependencies += "io.github.niemals-stop" % "entolee-core" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.niemals-stop', module='entolee-core', version='0.4.0')
)
Apache Ivy
<dependency org="io.github.niemals-stop" name="entolee-core" rev="0.4.0" />
Leiningen
[io.github.niemals-stop/entolee-core "0.4.0"]
Apache Buildr
'io.github.niemals-stop:entolee-core:jar:0.4.0'