jar

io.github.chains-project : maven-lockfile

Maven & Gradle

Jul 14, 2023
26 stars

maven-lockfile-plugin · 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.

Table Of Contents

Latest Version

Download io.github.chains-project : maven-lockfile JAR file - Latest Versions:

All Versions

Download io.github.chains-project : maven-lockfile JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.2.x
2.1.x
2.0.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maven-lockfile-4.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.chains_project.maven_lockfile.reporting

├─ io.github.chains_project.maven_lockfile.reporting.LockFileDifference.class - [JAR]

io.github.chains_project.maven_lockfile

├─ io.github.chains_project.maven_lockfile.AbstractLockfileMojo.class - [JAR]

├─ io.github.chains_project.maven_lockfile.FreezeDependencyMojo.class - [JAR]

├─ io.github.chains_project.maven_lockfile.GenerateLockFileMojo.class - [JAR]

├─ io.github.chains_project.maven_lockfile.JsonUtils.class - [JAR]

├─ io.github.chains_project.maven_lockfile.LockFileFacade.class - [JAR]

├─ io.github.chains_project.maven_lockfile.ValidateChecksumMojo.class - [JAR]

io.github.chains_project.maven_lockfile.checksum

├─ io.github.chains_project.maven_lockfile.checksum.AbstractChecksumCalculator.class - [JAR]

├─ io.github.chains_project.maven_lockfile.checksum.ChecksumModes.class - [JAR]

├─ io.github.chains_project.maven_lockfile.checksum.FileSystemChecksumCalculator.class - [JAR]

├─ io.github.chains_project.maven_lockfile.checksum.RemoteChecksumCalculator.class - [JAR]

io.github.chains_project.maven_lockfile.graph

├─ io.github.chains_project.maven_lockfile.graph.DependencyGraph.class - [JAR]

├─ io.github.chains_project.maven_lockfile.graph.DependencyNode.class - [JAR]

├─ io.github.chains_project.maven_lockfile.graph.NodeId.class - [JAR]

io.github.chains_project.maven_lockfile.data

├─ io.github.chains_project.maven_lockfile.data.ArtifactId.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.GroupId.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.LockFile.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.MavenPlugin.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.MavenScope.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.Metadata.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.PackagedDependency.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.VersionNumber.class - [JAR]

org.apache.maven.shared.dependency.graph.internal

├─ org.apache.maven.shared.dependency.graph.internal.SpyingDependencyNodeUtils.class - [JAR]

io.github.chains_project.maven_lockfile.typeadapters

├─ io.github.chains_project.maven_lockfile.typeadapters.EmptyListToNullFactory.class - [JAR]