GroupId | GroupIdedu.hm.hafner |
---|---|
ArtifactId | ArtifactIdcodingstyle |
Version | Version2.11.0 |
Type | Typejar |
Filename | Size |
---|---|
codingstyle-2.11.0.pom | |
codingstyle-2.11.0.jar | 36 KB |
codingstyle-2.11.0-tests.jar | 16 KB |
codingstyle-2.11.0-sources.jar | 29 KB |
codingstyle-2.11.0-javadoc.jar | 482 KB |
codingstyle-2.11.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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation 'edu.hm.hafner:codingstyle:2.11.0'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation ("edu.hm.hafner:codingstyle:2.11.0")
'edu.hm.hafner:codingstyle:jar:2.11.0'
<dependency org="edu.hm.hafner" name="codingstyle" rev="2.11.0">
<artifact name="codingstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle', version='2.11.0')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle" % "2.11.0"
[edu.hm.hafner/codingstyle "2.11.0"]