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