License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.figurate |
ArtifactId | ArtifactIdgradle-constellations-plugin |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionGradle Constellations Plugin
A Gradle plugin that provides pre-configured dependency
constellations, typically used for building OSGi applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.figurate/gradle-constellations-plugin/ -->
<dependency>
<groupId>org.figurate</groupId>
<artifactId>gradle-constellations-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.figurate/gradle-constellations-plugin/
implementation 'org.figurate:gradle-constellations-plugin:1.0.0'
// https://jarcasting.com/artifacts/org.figurate/gradle-constellations-plugin/
implementation ("org.figurate:gradle-constellations-plugin:1.0.0")
'org.figurate:gradle-constellations-plugin:jar:1.0.0'
<dependency org="org.figurate" name="gradle-constellations-plugin" rev="1.0.0">
<artifact name="gradle-constellations-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.figurate', module='gradle-constellations-plugin', version='1.0.0')
)
libraryDependencies += "org.figurate" % "gradle-constellations-plugin" % "1.0.0"
[org.figurate/gradle-constellations-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 3.1 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |