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