не последняя версия
Последняя версия 1.0.6

org.testifyproject.tools:coding-conventions 1.0.5

A module that contains coding convention resource files (i.e. license header, checkstyle configuration, etc)

Группа

Группа

org.testifyproject.tools
Идентификатор

Идентификатор

coding-conventions
Версия

Версия

1.0.5
Тип

Тип

jar

Скачать coding-conventions 1.0.5


<!-- https://jarcasting.com/artifacts/org.testifyproject.tools/coding-conventions/ -->
<dependency>
    <groupId>org.testifyproject.tools</groupId>
    <artifactId>coding-conventions</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.tools/coding-conventions/
implementation 'org.testifyproject.tools:coding-conventions:1.0.5'
// https://jarcasting.com/artifacts/org.testifyproject.tools/coding-conventions/
implementation ("org.testifyproject.tools:coding-conventions:1.0.5")
'org.testifyproject.tools:coding-conventions:jar:1.0.5'
<dependency org="org.testifyproject.tools" name="coding-conventions" rev="1.0.5">
  <artifact name="coding-conventions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.tools', module='coding-conventions', version='1.0.5')
)
libraryDependencies += "org.testifyproject.tools" % "coding-conventions" % "1.0.5"
[org.testifyproject.tools/coding-conventions "1.0.5"]