e

entolee-core

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