License |
License
MIT license
Creative Commons Attribution 4.0 International License
|
---|---|
GroupId | GroupIdedu.hm.hafner |
ArtifactId | ArtifactIdcodingstyle |
Last Version | Last Version2.25.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava coding style
Provides all necessary resources for a Java project to enforce the coding style that I am using
in my lectures about software development at Munich University of Applied Sciences and in all of my
open source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover,
it provides some sample classes that already use this style guide. This classes can be used as such but are not
required in this project. These classes also use some additional libraries that are included using the Maven
dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
codingstyle-2.25.0.pom | |
codingstyle-2.25.0.jar | 29 KB |
codingstyle-2.25.0-tests.jar | 13 KB |
codingstyle-2.25.0-sources.jar | 22 KB |
codingstyle-2.25.0-javadoc.jar | 96 KB |
codingstyle-2.25.0-config.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/ -->
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>2.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation 'edu.hm.hafner:codingstyle:2.25.0'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation ("edu.hm.hafner:codingstyle:2.25.0")
'edu.hm.hafner:codingstyle:jar:2.25.0'
<dependency org="edu.hm.hafner" name="codingstyle" rev="2.25.0">
<artifact name="codingstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle', version='2.25.0')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle" % "2.25.0"
[edu.hm.hafner/codingstyle "2.25.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
com.github.spotbugs : spotbugs-annotations | jar | 4.7.0 |
com.google.errorprone : error_prone_annotations | jar | 2.14.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
commons-io : commons-io | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
nl.jqno.equalsverifier : equalsverifier | jar | 3.10 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.6.1 |
org.mockito : mockito-inline | jar | 4.6.1 |
org.assertj : assertj-core | jar | 3.23.1 |
com.tngtech.archunit : archunit-junit5 | jar | 0.23.1 |
org.slf4j : slf4j-nop | jar | 1.7.36 |