| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииКомпиляция и сборка |
| Группа | Группаorg.mycontroller |
| Идентификатор | Идентификаторmycontroller-build-tools |
| Версия | Версия1 |
| Тип | Типjar |
| Описание |
ОписаниеMyController Build Tools
Contains the Checkstyle configuration for MyController projects
|
| Имя Файла | Размер |
|---|---|
| mycontroller-build-tools-1.pom | |
| mycontroller-build-tools-1.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools/ -->
<dependency>
<groupId>org.mycontroller</groupId>
<artifactId>mycontroller-build-tools</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools/
implementation 'org.mycontroller:mycontroller-build-tools:1'
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools/
implementation ("org.mycontroller:mycontroller-build-tools:1")
'org.mycontroller:mycontroller-build-tools:jar:1'
<dependency org="org.mycontroller" name="mycontroller-build-tools" rev="1">
<artifact name="mycontroller-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycontroller', module='mycontroller-build-tools', version='1')
)
libraryDependencies += "org.mycontroller" % "mycontroller-build-tools" % "1"
[org.mycontroller/mycontroller-build-tools "1"]