reproducible-build-maven-plugin
A Maven plugin to make your build byte-for-byte reproducible. Cf. http://zlika.github.io/reproducible-build-maven-plugin/
Requirements
- Java 8
- Maven 3.0.0 or newer
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.bzzt |
| Идентификатор | Идентификаторreproducible-build |
| Последняя версия | Последняя версия0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеReproducible Build Standalone Library
This library helps to generate byte-for-byte reproducible artifacts
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reproducible-build-0.3.pom | |
| reproducible-build-0.3.jar | 21 KB |
| reproducible-build-0.3-sources.jar | 12 KB |
| reproducible-build-0.3-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.bzzt/reproducible-build/ -->
<dependency>
<groupId>net.bzzt</groupId>
<artifactId>reproducible-build</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.bzzt/reproducible-build/
implementation 'net.bzzt:reproducible-build:0.3'
// https://jarcasting.com/artifacts/net.bzzt/reproducible-build/
implementation ("net.bzzt:reproducible-build:0.3")
'net.bzzt:reproducible-build:jar:0.3'
<dependency org="net.bzzt" name="reproducible-build" rev="0.3">
<artifact name="reproducible-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bzzt', module='reproducible-build', version='0.3')
)
libraryDependencies += "net.bzzt" % "reproducible-build" % "0.3"
[net.bzzt/reproducible-build "0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.5.2 |
| org.codehaus.plexus : plexus-utils | jar | 3.1.0 |
| org.apache.commons : commons-compress | jar | 1.16.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A Maven plugin to make your build byte-for-byte reproducible. Cf. http://zlika.github.io/reproducible-build-maven-plugin/