License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.srcdeps.gradle.plugin |
ArtifactId | ArtifactIdsrcdeps-gradle-plugin |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsrcdeps Gradle Plugin
A tool for building dependencies of a Gradle project from their sources during the build of the dependent Gradle project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.srcdeps.gradle.plugin/srcdeps-gradle-plugin/ -->
<dependency>
<groupId>org.srcdeps.gradle.plugin</groupId>
<artifactId>srcdeps-gradle-plugin</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.srcdeps.gradle.plugin/srcdeps-gradle-plugin/
implementation 'org.srcdeps.gradle.plugin:srcdeps-gradle-plugin:0.0.1'
// https://jarcasting.com/artifacts/org.srcdeps.gradle.plugin/srcdeps-gradle-plugin/
implementation ("org.srcdeps.gradle.plugin:srcdeps-gradle-plugin:0.0.1")
'org.srcdeps.gradle.plugin:srcdeps-gradle-plugin:jar:0.0.1'
<dependency org="org.srcdeps.gradle.plugin" name="srcdeps-gradle-plugin" rev="0.0.1">
<artifact name="srcdeps-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.srcdeps.gradle.plugin', module='srcdeps-gradle-plugin', version='0.0.1')
)
libraryDependencies += "org.srcdeps.gradle.plugin" % "srcdeps-gradle-plugin" % "0.0.1"
[org.srcdeps.gradle.plugin/srcdeps-gradle-plugin "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.srcdeps.core : srcdeps-core | jar | 3.2.0 |
org.srcdeps.core : srcdeps-core-config-yaml | jar | 3.2.0 |
com.google.inject : guice | jar | 4.0 |
org.eclipse.sisu : org.eclipse.sisu.inject | jar | 0.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.17 |
org.eclipse.jgit : org.eclipse.jgit | jar | 4.5.0.201609210915-r |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |