MVN

io.github.chains-project : maven-lockfile-github-action

Maven & Gradle

Jul 14, 2023
22 stars

maven-lockfile-github-action · This is a github action for maven-lockfile. It allows the integration of maven-lockfile in your github development workflow.

<dependency>
    <groupId>io.github.chains-project</groupId>
    <artifactId>maven-lockfile-github-action</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chains-project : maven-lockfile-github-action to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of io.github.chains-project : maven-lockfile-github-action to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
maven-lockfile-github-action-4.0.0
3.4.x
maven-lockfile-github-action-3.4.2
maven-lockfile-github-action-3.4.1
maven-lockfile-github-action-3.4.0
3.3.x
maven-lockfile-github-action-3.3.0
3.2.x
maven-lockfile-github-action-3.2.0
3.1.x
maven-lockfile-github-action-3.1.2
maven-lockfile-github-action-3.1.1
maven-lockfile-github-action-3.1.0
3.0.x
maven-lockfile-github-action-3.0.1
maven-lockfile-github-action-3.0.0
2.2.x
maven-lockfile-github-action-2.2.0
2.1.x
maven-lockfile-github-action-2.1.0
2.0.x
maven-lockfile-github-action-2.0.0
1.3.x
maven-lockfile-github-action-1.3.0
1.2.x
maven-lockfile-github-action-1.2.0
1.1.x
maven-lockfile-github-action-1.1.11
maven-lockfile-github-action-1.1.10
maven-lockfile-github-action-1.1.9
maven-lockfile-github-action-1.1.8
maven-lockfile-github-action-1.1.7
maven-lockfile-github-action-1.1.6
maven-lockfile-github-action-1.1.4
maven-lockfile-github-action-1.1.2
maven-lockfile-github-action-1.1.0
1.0.x
maven-lockfile-github-action-1.0.17
maven-lockfile-github-action-1.0.16
maven-lockfile-github-action-1.0.15
maven-lockfile-github-action-1.0.14
maven-lockfile-github-action-1.0.13
maven-lockfile-github-action-1.0.12
maven-lockfile-github-action-1.0.11
maven-lockfile-github-action-1.0.10
maven-lockfile-github-action-1.0.9
maven-lockfile-github-action-1.0.8
maven-lockfile-github-action-1.0.7
maven-lockfile-github-action-1.0.6
maven-lockfile-github-action-1.0.5
maven-lockfile-github-action-1.0.4
maven-lockfile-github-action-1.0.3
maven-lockfile-github-action-1.0.2
maven-lockfile-github-action-1.0.1

How to add a dependency to Maven

Add the following io.github.chains-project : maven-lockfile-github-action maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.chains-project</groupId>
    <artifactId>maven-lockfile-github-action</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.chains-project : maven-lockfile-github-action gradle dependency to your build.gradle file:

implementation 'io.github.chains-project:maven-lockfile-github-action:4.0.0'

Gradle Kotlin DSL: Add the following io.github.chains-project : maven-lockfile-github-action gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.chains-project:maven-lockfile-github-action:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.chains-project : maven-lockfile-github-action sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.chains-project" % "maven-lockfile-github-action" % "4.0.0"