Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdtech.skot.library |
ArtifactId | ArtifactIdtech.skot.library.gradle.plugin |
Version | Version1.1.25 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/tech.skot.library/tech.skot.library.gradle.plugin/ -->
<dependency>
<groupId>tech.skot.library</groupId>
<artifactId>tech.skot.library.gradle.plugin</artifactId>
<version>1.1.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.skot.library/tech.skot.library.gradle.plugin/
implementation 'tech.skot.library:tech.skot.library.gradle.plugin:1.1.25'
// https://jarcasting.com/artifacts/tech.skot.library/tech.skot.library.gradle.plugin/
implementation ("tech.skot.library:tech.skot.library.gradle.plugin:1.1.25")
'tech.skot.library:tech.skot.library.gradle.plugin:pom:1.1.25'
<dependency org="tech.skot.library" name="tech.skot.library.gradle.plugin" rev="1.1.25">
<artifact name="tech.skot.library.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.skot.library', module='tech.skot.library.gradle.plugin', version='1.1.25')
)
libraryDependencies += "tech.skot.library" % "tech.skot.library.gradle.plugin" % "1.1.25"
[tech.skot.library/tech.skot.library.gradle.plugin "1.1.25"]