e

entolee-core

文件下载
文件名 操作
entolee-core-0.4.2.jar 下载
entolee-core-0.4.2.pom 下载
entolee-core-0.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.niemals-stop</groupId>
  <artifactId>entolee-core</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.niemals-stop:entolee-core:0.4.2'
Gradle Kotlin
implementation("io.github.niemals-stop:entolee-core:0.4.2")
Scala SBT
libraryDependencies += "io.github.niemals-stop" % "entolee-core" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.niemals-stop', module='entolee-core', version='0.4.2')
)
Apache Ivy
<dependency org="io.github.niemals-stop" name="entolee-core" rev="0.4.2" />
Leiningen
[io.github.niemals-stop/entolee-core "0.4.2"]
Apache Buildr
'io.github.niemals-stop:entolee-core:jar:0.4.2'