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