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