Sources Gradle Plugin

A simple gradle plugin for adding sources, javadoc, and test jars to a project

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.skazzyy.gradle.plugins
ArtifactId

ArtifactId

sources-gradle-plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sources Gradle Plugin
A simple gradle plugin for adding sources, javadoc, and test jars to a project
Project URL

Project URL

https://github.com/skazzyy/sources-gradle-plugin
Source Code Management

Source Code Management

https://github.com/skazzyy/sources-gradle-plugin

Download sources-gradle-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.skazzyy.gradle.plugins/sources-gradle-plugin/ -->
<dependency>
    <groupId>com.github.skazzyy.gradle.plugins</groupId>
    <artifactId>sources-gradle-plugin</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skazzyy.gradle.plugins/sources-gradle-plugin/
implementation 'com.github.skazzyy.gradle.plugins:sources-gradle-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.skazzyy.gradle.plugins/sources-gradle-plugin/
implementation ("com.github.skazzyy.gradle.plugins:sources-gradle-plugin:0.1.0")
'com.github.skazzyy.gradle.plugins:sources-gradle-plugin:jar:0.1.0'
<dependency org="com.github.skazzyy.gradle.plugins" name="sources-gradle-plugin" rev="0.1.0">
  <artifact name="sources-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skazzyy.gradle.plugins', module='sources-gradle-plugin', version='0.1.0')
)
libraryDependencies += "com.github.skazzyy.gradle.plugins" % "sources-gradle-plugin" % "0.1.0"
[com.github.skazzyy.gradle.plugins/sources-gradle-plugin "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0