m

maven-lockfile

This plugin is a state-of-the-art solution that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.
https://github.com/chains-project/maven-lockfile
文件下载
文件名 操作
maven-lockfile-5.1.0.jar 下载
maven-lockfile-5.1.0.pom 下载
maven-lockfile-5.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.chains-project</groupId>
  <artifactId>maven-lockfile</artifactId>
  <version>5.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.chains-project:maven-lockfile:5.1.0'
Gradle Kotlin
implementation("io.github.chains-project:maven-lockfile:5.1.0")
Scala SBT
libraryDependencies += "io.github.chains-project" % "maven-lockfile" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chains-project', module='maven-lockfile', version='5.1.0')
)
Apache Ivy
<dependency org="io.github.chains-project" name="maven-lockfile" rev="5.1.0" />
Leiningen
[io.github.chains-project/maven-lockfile "5.1.0"]
Apache Buildr
'io.github.chains-project:maven-lockfile:jar:5.1.0'