Categories |
CategoriesJavaScript Languages Gradle Build Tools Github Development Tools Version Controls Net |
---|---|
GroupId | GroupIdcom.github.rnett.ktjs-github-action |
ArtifactId | ArtifactIdcom.github.rnett.ktjs-github-action.gradle.plugin |
Version | Version1.4.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.rnett.ktjs-github-action/com.github.rnett.ktjs-github-action.gradle.plugin/ -->
<dependency>
<groupId>com.github.rnett.ktjs-github-action</groupId>
<artifactId>com.github.rnett.ktjs-github-action.gradle.plugin</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rnett.ktjs-github-action/com.github.rnett.ktjs-github-action.gradle.plugin/
implementation 'com.github.rnett.ktjs-github-action:com.github.rnett.ktjs-github-action.gradle.plugin:1.4.2'
// https://jarcasting.com/artifacts/com.github.rnett.ktjs-github-action/com.github.rnett.ktjs-github-action.gradle.plugin/
implementation ("com.github.rnett.ktjs-github-action:com.github.rnett.ktjs-github-action.gradle.plugin:1.4.2")
'com.github.rnett.ktjs-github-action:com.github.rnett.ktjs-github-action.gradle.plugin:pom:1.4.2'
<dependency org="com.github.rnett.ktjs-github-action" name="com.github.rnett.ktjs-github-action.gradle.plugin" rev="1.4.2">
<artifact name="com.github.rnett.ktjs-github-action.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rnett.ktjs-github-action', module='com.github.rnett.ktjs-github-action.gradle.plugin', version='1.4.2')
)
libraryDependencies += "com.github.rnett.ktjs-github-action" % "com.github.rnett.ktjs-github-action.gradle.plugin" % "1.4.2"
[com.github.rnett.ktjs-github-action/com.github.rnett.ktjs-github-action.gradle.plugin "1.4.2"]