s

shoulder-maven-plugin

This Plugin is used to help you generate errorCode i18n.properties of your project.
https://gitee.com/ChinaLym/shoulder-plugins
Apache License, Version 2.0
cnlym
文件下载
文件名 操作
shoulder-maven-plugin-1.2.1.jar 下载
shoulder-maven-plugin-1.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>cn.itlym.shoulder</groupId>
  <artifactId>shoulder-maven-plugin</artifactId>
  <version>1.2.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'cn.itlym.shoulder:shoulder-maven-plugin:1.2.1'
Gradle Kotlin
implementation("cn.itlym.shoulder:shoulder-maven-plugin:1.2.1")
Scala SBT
libraryDependencies += "cn.itlym.shoulder" % "shoulder-maven-plugin" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.itlym.shoulder', module='shoulder-maven-plugin', version='1.2.1')
)
Apache Ivy
<dependency org="cn.itlym.shoulder" name="shoulder-maven-plugin" rev="1.2.1" />
Leiningen
[cn.itlym.shoulder/shoulder-maven-plugin "1.2.1"]
Apache Buildr
'cn.itlym.shoulder:shoulder-maven-plugin:jar:1.2.1'