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