m

mapstruct

MapStruct specific ArchUnit rules
https://github.com/vitech-team/arch-tests
The Apache License, Version 2.0
Stepan Prokipchyn
文件下载
文件名 操作
mapstruct-0.7.jar 下载
mapstruct-0.7.pom 下载
mapstruct-0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vitechteam.archtests</groupId>
  <artifactId>mapstruct</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.vitechteam.archtests:mapstruct:0.7'
Gradle Kotlin
implementation("com.vitechteam.archtests:mapstruct:0.7")
Scala SBT
libraryDependencies += "com.vitechteam.archtests" % "mapstruct" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.vitechteam.archtests', module='mapstruct', version='0.7')
)
Apache Ivy
<dependency org="com.vitechteam.archtests" name="mapstruct" rev="0.7" />
Leiningen
[com.vitechteam.archtests/mapstruct "0.7"]
Apache Buildr
'com.vitechteam.archtests:mapstruct:jar:0.7'