m

mithlond-codestyle-poms-reactor

${project.artifactId}
${site.top.url}/${path.in.reactor}
文件下载
文件名 操作
mithlond-codestyle-poms-reactor-1.4.0.pom 下载
Apache Maven
<dependency>
  <groupId>se.mithlond.codestyle.poms</groupId>
  <artifactId>mithlond-codestyle-poms-reactor</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'se.mithlond.codestyle.poms:mithlond-codestyle-poms-reactor:1.4.0'
Gradle Kotlin
implementation("se.mithlond.codestyle.poms:mithlond-codestyle-poms-reactor:1.4.0")
Scala SBT
libraryDependencies += "se.mithlond.codestyle.poms" % "mithlond-codestyle-poms-reactor" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='se.mithlond.codestyle.poms', module='mithlond-codestyle-poms-reactor', version='1.4.0')
)
Apache Ivy
<dependency org="se.mithlond.codestyle.poms" name="mithlond-codestyle-poms-reactor" rev="1.4.0" />
Leiningen
[se.mithlond.codestyle.poms/mithlond-codestyle-poms-reactor "1.4.0"]
Apache Buildr
'se.mithlond.codestyle.poms:mithlond-codestyle-poms-reactor:jar:1.4.0'