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
Files download
File Operation
shoulder-maven-plugin-1.0.jar download
shoulder-maven-plugin-1.0.pom download
shoulder-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.itlym.shoulder</groupId>
  <artifactId>shoulder-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'cn.itlym.shoulder:shoulder-maven-plugin:1.0'
Gradle Kotlin
implementation("cn.itlym.shoulder:shoulder-maven-plugin:1.0")
Scala SBT
libraryDependencies += "cn.itlym.shoulder" % "shoulder-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.itlym.shoulder', module='shoulder-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="cn.itlym.shoulder" name="shoulder-maven-plugin" rev="1.0" />
Leiningen
[cn.itlym.shoulder/shoulder-maven-plugin "1.0"]
Apache Buildr
'cn.itlym.shoulder:shoulder-maven-plugin:jar:1.0'