| Категории |
КатегорииGradle Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.shalousun |
| Идентификатор | Идентификаторsmart-doc-gradle-plugin |
| Версия | Версия2.1.2-release |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.shalousun/smart-doc-gradle-plugin/ -->
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc-gradle-plugin</artifactId>
<version>2.1.2-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shalousun/smart-doc-gradle-plugin/
implementation 'com.github.shalousun:smart-doc-gradle-plugin:2.1.2-release'
// https://jarcasting.com/artifacts/com.github.shalousun/smart-doc-gradle-plugin/
implementation ("com.github.shalousun:smart-doc-gradle-plugin:2.1.2-release")
'com.github.shalousun:smart-doc-gradle-plugin:jar:2.1.2-release'
<dependency org="com.github.shalousun" name="smart-doc-gradle-plugin" rev="2.1.2-release">
<artifact name="smart-doc-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shalousun', module='smart-doc-gradle-plugin', version='2.1.2-release')
)
libraryDependencies += "com.github.shalousun" % "smart-doc-gradle-plugin" % "2.1.2-release"
[com.github.shalousun/smart-doc-gradle-plugin "2.1.2-release"]