GroupId | GroupIdedu.hm.hafner |
---|---|
ArtifactId | ArtifactIdcodingstyle |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
codingstyle-1.0.0.pom | |
codingstyle-1.0.0.jar | 29 KB |
codingstyle-1.0.0-tests.jar | 13 KB |
codingstyle-1.0.0-sources.jar | 22 KB |
codingstyle-1.0.0-javadoc.jar | 96 KB |
codingstyle-1.0.0-config.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/ -->
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation 'edu.hm.hafner:codingstyle:1.0.0'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation ("edu.hm.hafner:codingstyle:1.0.0")
'edu.hm.hafner:codingstyle:jar:1.0.0'
<dependency org="edu.hm.hafner" name="codingstyle" rev="1.0.0">
<artifact name="codingstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle', version='1.0.0')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle" % "1.0.0"
[edu.hm.hafner/codingstyle "1.0.0"]