Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdio.github.dayeshing |
ArtifactId | ArtifactIdapiface-gradle-plugin |
Version | Version1.4.5-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.dayeshing/apiface-gradle-plugin/ -->
<dependency>
<groupId>io.github.dayeshing</groupId>
<artifactId>apiface-gradle-plugin</artifactId>
<version>1.4.5-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dayeshing/apiface-gradle-plugin/
implementation 'io.github.dayeshing:apiface-gradle-plugin:1.4.5-RC1'
// https://jarcasting.com/artifacts/io.github.dayeshing/apiface-gradle-plugin/
implementation ("io.github.dayeshing:apiface-gradle-plugin:1.4.5-RC1")
'io.github.dayeshing:apiface-gradle-plugin:jar:1.4.5-RC1'
<dependency org="io.github.dayeshing" name="apiface-gradle-plugin" rev="1.4.5-RC1">
<artifact name="apiface-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dayeshing', module='apiface-gradle-plugin', version='1.4.5-RC1')
)
libraryDependencies += "io.github.dayeshing" % "apiface-gradle-plugin" % "1.4.5-RC1"
[io.github.dayeshing/apiface-gradle-plugin "1.4.5-RC1"]