Gradle Plugins
A Collection of plugins for Gradle
Current Versions
org.darylteo.gradle:gradle-watcher:0.1.2
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.darylteo |
ArtifactId | ArtifactIdmaven-plugin |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugin
Convenience plugin for Maven related configuration
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-plugin-1.2.0.pom | |
maven-plugin-1.2.0.jar | 55 KB |
maven-plugin-1.2.0-sources.jar | 2 KB |
maven-plugin-1.2.0-javadoc.jar | 261 bytes |
maven-plugin-1.2.0-groovydoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.darylteo/maven-plugin/ -->
<dependency>
<groupId>com.darylteo</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.darylteo/maven-plugin/
implementation 'com.darylteo:maven-plugin:1.2.0'
// https://jarcasting.com/artifacts/com.darylteo/maven-plugin/
implementation ("com.darylteo:maven-plugin:1.2.0")
'com.darylteo:maven-plugin:jar:1.2.0'
<dependency org="com.darylteo" name="maven-plugin" rev="1.2.0">
<artifact name="maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.darylteo', module='maven-plugin', version='1.2.0')
)
libraryDependencies += "com.darylteo" % "maven-plugin" % "1.2.0"
[com.darylteo/maven-plugin "1.2.0"]
A Collection of plugins for Gradle
org.darylteo.gradle:gradle-watcher:0.1.2