m

mithlond-codestyle

Mithlond Codestyle: Definitions, including development model, enforcement rules, license and configurations for code-checking plugins such as PMD, CPD and checkstyle.
${site.top.url}/${path.in.reactor}
jGuru Europe Corporate Source License, based on The Apache Software License, Version 2.0
Mithlond
Lennart Jörelid
Files download
File Operation
mithlond-codestyle-2.1.0.jar download
mithlond-codestyle-2.1.0.pom download
mithlond-codestyle-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.mithlond.codestyle.codestyle</groupId>
  <artifactId>mithlond-codestyle</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'se.mithlond.codestyle.codestyle:mithlond-codestyle:2.1.0'
Gradle Kotlin
implementation("se.mithlond.codestyle.codestyle:mithlond-codestyle:2.1.0")
Scala SBT
libraryDependencies += "se.mithlond.codestyle.codestyle" % "mithlond-codestyle" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='se.mithlond.codestyle.codestyle', module='mithlond-codestyle', version='2.1.0')
)
Apache Ivy
<dependency org="se.mithlond.codestyle.codestyle" name="mithlond-codestyle" rev="2.1.0" />
Leiningen
[se.mithlond.codestyle.codestyle/mithlond-codestyle "2.1.0"]
Apache Buildr
'se.mithlond.codestyle.codestyle:mithlond-codestyle:jar:2.1.0'