d

de.huxhorn.lilith.engine

This file is part of Lilith. It contains the engine part of Lilith.
http://lilith.huxhorn.de/projects/${pom.artifactId}/
文件下载
文件名 操作
de.huxhorn.lilith.engine-0.9.39.jar 下载
de.huxhorn.lilith.engine-0.9.39.pom 下载
de.huxhorn.lilith.engine-0.9.39-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.huxhorn.lilith</groupId>
  <artifactId>de.huxhorn.lilith.engine</artifactId>
  <version>0.9.39</version>
</dependency>
Gradle Groovy
implementation 'de.huxhorn.lilith:de.huxhorn.lilith.engine:0.9.39'
Gradle Kotlin
implementation("de.huxhorn.lilith:de.huxhorn.lilith.engine:0.9.39")
Scala SBT
libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.engine" % "0.9.39"
Groovy Grape
@Grapes(
  @Grab(group='de.huxhorn.lilith', module='de.huxhorn.lilith.engine', version='0.9.39')
)
Apache Ivy
<dependency org="de.huxhorn.lilith" name="de.huxhorn.lilith.engine" rev="0.9.39" />
Leiningen
[de.huxhorn.lilith/de.huxhorn.lilith.engine "0.9.39"]
Apache Buildr
'de.huxhorn.lilith:de.huxhorn.lilith.engine:jar:0.9.39'