| Категории |
КатегорииGradle Компиляция и сборка Github Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаcom.github.vlsi.license-gather |
| Идентификатор | Идентификаторcom.github.vlsi.license-gather.gradle.plugin |
| Версия | Версия1.62 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| com.github.vlsi.license-gather.gradle.plugin-1.62.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.vlsi.license-gather/com.github.vlsi.license-gather.gradle.plugin/ -->
<dependency>
<groupId>com.github.vlsi.license-gather</groupId>
<artifactId>com.github.vlsi.license-gather.gradle.plugin</artifactId>
<version>1.62</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.license-gather/com.github.vlsi.license-gather.gradle.plugin/
implementation 'com.github.vlsi.license-gather:com.github.vlsi.license-gather.gradle.plugin:1.62'
// https://jarcasting.com/artifacts/com.github.vlsi.license-gather/com.github.vlsi.license-gather.gradle.plugin/
implementation ("com.github.vlsi.license-gather:com.github.vlsi.license-gather.gradle.plugin:1.62")
'com.github.vlsi.license-gather:com.github.vlsi.license-gather.gradle.plugin:pom:1.62'
<dependency org="com.github.vlsi.license-gather" name="com.github.vlsi.license-gather.gradle.plugin" rev="1.62">
<artifact name="com.github.vlsi.license-gather.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.license-gather', module='com.github.vlsi.license-gather.gradle.plugin', version='1.62')
)
libraryDependencies += "com.github.vlsi.license-gather" % "com.github.vlsi.license-gather.gradle.plugin" % "1.62"
[com.github.vlsi.license-gather/com.github.vlsi.license-gather.gradle.plugin "1.62"]