MVN

one.edee.oss : github-release-asset-downloader-maven-plugin

Maven & Gradle

Oct 04, 2023
0 stars

GitHub Release Asset Downloader Maven Plugin · Maven plugin that will download and extract asset from the latest GitHub release of specified repository.

<plugin>
    <groupId>one.edee.oss</groupId>
    <artifactId>github-release-asset-downloader-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.edee.oss : github-release-asset-downloader-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of one.edee.oss : github-release-asset-downloader-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
github-release-asset-downloader-maven-plugin-1.0.1
github-release-asset-downloader-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>one.edee.oss</groupId>
    <artifactId>github-release-asset-downloader-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement