e

entolee-spring-boot-tests

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