文件下载
文件名 操作
hot-refresh-adapter-mapstruct-1.0.1.jar 下载
hot-refresh-adapter-mapstruct-1.0.1.pom 下载
hot-refresh-adapter-mapstruct-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.hyfsy</groupId>
  <artifactId>hot-refresh-adapter-mapstruct</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.hyfsy:hot-refresh-adapter-mapstruct:1.0.1'
Gradle Kotlin
implementation("io.github.hyfsy:hot-refresh-adapter-mapstruct:1.0.1")
Scala SBT
libraryDependencies += "io.github.hyfsy" % "hot-refresh-adapter-mapstruct" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hyfsy', module='hot-refresh-adapter-mapstruct', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.hyfsy" name="hot-refresh-adapter-mapstruct" rev="1.0.1" />
Leiningen
[io.github.hyfsy/hot-refresh-adapter-mapstruct "1.0.1"]
Apache Buildr
'io.github.hyfsy:hot-refresh-adapter-mapstruct:jar:1.0.1'