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