| Группа | Группаedu.hm.hafner |
|---|---|
| Идентификатор | Идентификаторcodingstyle |
| Версия | Версия0.3.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| codingstyle-0.3.2.pom | |
| codingstyle-0.3.2.jar | 31 KB |
| codingstyle-0.3.2-tests.jar | 13 KB |
| codingstyle-0.3.2-sources.jar | 24 KB |
| codingstyle-0.3.2-javadoc.jar | 96 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/ -->
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation 'edu.hm.hafner:codingstyle:0.3.2'
// https://jarcasting.com/artifacts/edu.hm.hafner/codingstyle/
implementation ("edu.hm.hafner:codingstyle:0.3.2")
'edu.hm.hafner:codingstyle:jar:0.3.2'
<dependency org="edu.hm.hafner" name="codingstyle" rev="0.3.2">
<artifact name="codingstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='codingstyle', version='0.3.2')
)
libraryDependencies += "edu.hm.hafner" % "codingstyle" % "0.3.2"
[edu.hm.hafner/codingstyle "0.3.2"]