MVN

com.alejandrohdezma : sbt-ci_2.12_1.0

Maven & Gradle

Jun 15, 2023
4 stars

sbt-ci · This plugin generates default GitHub Actions workflows, documentation templates and configuration files for @alejandrohdezma's Scala libraries repositories.

<dependency>
    <groupId>com.alejandrohdezma</groupId>
    <artifactId>sbt-ci_2.12_1.0</artifactId>
    <version>2.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alejandrohdezma : sbt-ci_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.3

All Versions

Choose a version of com.alejandrohdezma : sbt-ci_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
sbt-ci_2.12_1.0-2.13.3
sbt-ci_2.12_1.0-2.13.2
sbt-ci_2.12_1.0-2.13.1
sbt-ci_2.12_1.0-2.13.0
2.12.x
sbt-ci_2.12_1.0-2.12.0
2.11.x
sbt-ci_2.12_1.0-2.11.0
2.10.x
sbt-ci_2.12_1.0-2.10.1
sbt-ci_2.12_1.0-2.10.0
2.9.x
sbt-ci_2.12_1.0-2.9.0
2.8.x
sbt-ci_2.12_1.0-2.8.0
2.7.x
sbt-ci_2.12_1.0-2.7.1
sbt-ci_2.12_1.0-2.7.0
2.6.x
sbt-ci_2.12_1.0-2.6.2
sbt-ci_2.12_1.0-2.6.1
sbt-ci_2.12_1.0-2.6.0
2.5.x
sbt-ci_2.12_1.0-2.5.0
2.4.x
sbt-ci_2.12_1.0-2.4.2
sbt-ci_2.12_1.0-2.4.1
sbt-ci_2.12_1.0-2.4.0
2.3.x
sbt-ci_2.12_1.0-2.3.0
2.2.x
sbt-ci_2.12_1.0-2.2.2
sbt-ci_2.12_1.0-2.2.1
sbt-ci_2.12_1.0-2.2.0
2.1.x
sbt-ci_2.12_1.0-2.1.0
2.0.x
sbt-ci_2.12_1.0-2.0.0
1.10.x
sbt-ci_2.12_1.0-1.10.1
sbt-ci_2.12_1.0-1.10.0
1.9.x
sbt-ci_2.12_1.0-1.9.1
sbt-ci_2.12_1.0-1.9.0
1.8.x
sbt-ci_2.12_1.0-1.8.0
1.7.x
sbt-ci_2.12_1.0-1.7.6
sbt-ci_2.12_1.0-1.7.5
sbt-ci_2.12_1.0-1.7.4
sbt-ci_2.12_1.0-1.7.3
sbt-ci_2.12_1.0-1.7.2
sbt-ci_2.12_1.0-1.7.1
sbt-ci_2.12_1.0-1.7.0
1.6.x
sbt-ci_2.12_1.0-1.6.0
1.5.x
sbt-ci_2.12_1.0-1.5.0
1.4.x
sbt-ci_2.12_1.0-1.4.1
sbt-ci_2.12_1.0-1.4.0
1.3.x
sbt-ci_2.12_1.0-1.3.1
sbt-ci_2.12_1.0-1.3.0
1.2.x
sbt-ci_2.12_1.0-1.2.0
1.1.x
sbt-ci_2.12_1.0-1.1.4
sbt-ci_2.12_1.0-1.1.3
sbt-ci_2.12_1.0-1.1.2
sbt-ci_2.12_1.0-1.1.1
sbt-ci_2.12_1.0-1.1.0
1.0.x
sbt-ci_2.12_1.0-1.0.0

How to add a dependency to Maven

Add the following com.alejandrohdezma : sbt-ci_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alejandrohdezma</groupId>
    <artifactId>sbt-ci_2.12_1.0</artifactId>
    <version>2.13.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alejandrohdezma : sbt-ci_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'com.alejandrohdezma:sbt-ci_2.12_1.0:2.13.3'

Gradle Kotlin DSL: Add the following com.alejandrohdezma : sbt-ci_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alejandrohdezma:sbt-ci_2.12_1.0:2.13.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alejandrohdezma : sbt-ci_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alejandrohdezma" % "sbt-ci_2.12_1.0" % "2.13.3"