GroupId | GroupIdedu.hm.hafner |
---|---|
ArtifactId | ArtifactIdcodingstyle |
Version | Version2.24.0 |
Type | Typejar |
Filename | Size |
---|---|
codingstyle-2.24.0.pom | |
codingstyle-2.24.0.jar | 44 KB |
codingstyle-2.24.0-tests.jar | 20 KB |
codingstyle-2.24.0-sources.jar | 32 KB |
codingstyle-2.24.0-javadoc.jar | 493 KB |
codingstyle-2.24.0-config.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/ -->
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>2.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation 'edu.hm.hafner:codingstyle:2.24.0'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation ("edu.hm.hafner:codingstyle:2.24.0")
'edu.hm.hafner:codingstyle:jar:2.24.0'
<dependency org="edu.hm.hafner" name="codingstyle" rev="2.24.0">
<artifact name="codingstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle', version='2.24.0')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle" % "2.24.0"
[edu.hm.hafner/codingstyle "2.24.0"]