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