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