| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.testifyproject.tools |
| Идентификатор | Идентификаторcoding-conventions |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCoding Conventions
A module that contains coding convention resource files (i.e. license header, checkstyle configuration, etc)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| coding-conventions-1.0.6.pom | |
| coding-conventions-1.0.6.jar | 6 KB |
| coding-conventions-1.0.6-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testifyproject.tools/coding-conventions/ -->
<dependency>
<groupId>org.testifyproject.tools</groupId>
<artifactId>coding-conventions</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.tools/coding-conventions/
implementation 'org.testifyproject.tools:coding-conventions:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject.tools/coding-conventions/
implementation ("org.testifyproject.tools:coding-conventions:1.0.6")
'org.testifyproject.tools:coding-conventions:jar:1.0.6'
<dependency org="org.testifyproject.tools" name="coding-conventions" rev="1.0.6">
<artifact name="coding-conventions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.tools', module='coding-conventions', version='1.0.6')
)
libraryDependencies += "org.testifyproject.tools" % "coding-conventions" % "1.0.6"
[org.testifyproject.tools/coding-conventions "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 8.3 |
| com.mycila : license-maven-plugin-git | jar | 3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.11.0 |
| org.assertj : assertj-core | jar | 3.8.0 |