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