Categories |
CategoriesGradle Build Tools CLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.standardout |
ArtifactId | ArtifactIdgradle-eclipseconfig |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.standardout/gradle-eclipseconfig/ -->
<dependency>
<groupId>org.standardout</groupId>
<artifactId>gradle-eclipseconfig</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.standardout/gradle-eclipseconfig/
implementation 'org.standardout:gradle-eclipseconfig:1.0.0'
// https://jarcasting.com/artifacts/org.standardout/gradle-eclipseconfig/
implementation ("org.standardout:gradle-eclipseconfig:1.0.0")
'org.standardout:gradle-eclipseconfig:jar:1.0.0'
<dependency org="org.standardout" name="gradle-eclipseconfig" rev="1.0.0">
<artifact name="gradle-eclipseconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.standardout', module='gradle-eclipseconfig', version='1.0.0')
)
libraryDependencies += "org.standardout" % "gradle-eclipseconfig" % "1.0.0"
[org.standardout/gradle-eclipseconfig "1.0.0"]