jar

org.m1theo : apt-repo

Maven & Gradle

Sep 07, 2016

apt-repo Maven Plugin · This plugin turns your maven build for deb files into an apt-repository. It is meant to be used in conjunction with plugins like "jdeb", which generate deb files from your artifacts. apt-repo will generate an apt Release and Packages.gz file for these deb files. Therefore the apt command will recognize your maven build as a valid repo.

Table Of Contents

Latest Version

Download org.m1theo : apt-repo JAR file - Latest Versions:

All Versions

Download org.m1theo : apt-repo JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.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 apt-repo-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.m1theo.apt.repo

├─ org.m1theo.apt.repo.AptRepoMojo.class - [JAR]

├─ org.m1theo.apt.repo.HelpMojo.class - [JAR]

├─ org.m1theo.apt.repo.UnarTest.class - [JAR]

org.m1theo.apt.repo.release

├─ org.m1theo.apt.repo.release.Release.class - [JAR]

├─ org.m1theo.apt.repo.release.ReleaseInfo.class - [JAR]

org.m1theo.apt.repo.utils

├─ org.m1theo.apt.repo.utils.ControlHandler.class - [JAR]

├─ org.m1theo.apt.repo.utils.DefaultHashes.class - [JAR]

├─ org.m1theo.apt.repo.utils.Hashes.class - [JAR]

├─ org.m1theo.apt.repo.utils.Utils.class - [JAR]

org.m1theo.apt.repo.packages

├─ org.m1theo.apt.repo.packages.PackageEntry.class - [JAR]

├─ org.m1theo.apt.repo.packages.Packages.class - [JAR]

org.m1theo.apt.repo.signing

├─ org.m1theo.apt.repo.signing.PGPSigner.class - [JAR]