r

rewrite-github-actions

An OpenRewrite module automating best practices and migrations for GitHub Actions
https://github.com/openrewrite/rewrite-github-actions
The Apache Software License, Version 2.0
Moderne
文件下载
文件名 操作
rewrite-github-actions-2.0.11.jar 下载
rewrite-github-actions-2.0.11.pom 下载
rewrite-github-actions-2.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openrewrite.recipe</groupId>
  <artifactId>rewrite-github-actions</artifactId>
  <version>2.0.11</version>
</dependency>
Gradle Groovy
implementation 'org.openrewrite.recipe:rewrite-github-actions:2.0.11'
Gradle Kotlin
implementation("org.openrewrite.recipe:rewrite-github-actions:2.0.11")
Scala SBT
libraryDependencies += "org.openrewrite.recipe" % "rewrite-github-actions" % "2.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.openrewrite.recipe', module='rewrite-github-actions', version='2.0.11')
)
Apache Ivy
<dependency org="org.openrewrite.recipe" name="rewrite-github-actions" rev="2.0.11" />
Leiningen
[org.openrewrite.recipe/rewrite-github-actions "2.0.11"]
Apache Buildr
'org.openrewrite.recipe:rewrite-github-actions:jar:2.0.11'