Files download
File Operation
spring-modulith-starter-test-0.6.0.jar download
spring-modulith-starter-test-0.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.experimental</groupId>
  <artifactId>spring-modulith-starter-test</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.experimental:spring-modulith-starter-test:0.6.0'
Gradle Kotlin
implementation("org.springframework.experimental:spring-modulith-starter-test:0.6.0")
Scala SBT
libraryDependencies += "org.springframework.experimental" % "spring-modulith-starter-test" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.experimental', module='spring-modulith-starter-test', version='0.6.0')
)
Apache Ivy
<dependency org="org.springframework.experimental" name="spring-modulith-starter-test" rev="0.6.0" />
Leiningen
[org.springframework.experimental/spring-modulith-starter-test "0.6.0"]
Apache Buildr
'org.springframework.experimental:spring-modulith-starter-test:jar:0.6.0'