m

mithlond-codestyle-poms-reactor

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