Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdio.github.rothschil |
ArtifactId | ArtifactIdgroovy-demo |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
groovy-demo-1.0.0.RELEASE.pom | |
groovy-demo-1.0.0.RELEASE-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/groovy-demo/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>groovy-demo</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/groovy-demo/
implementation 'io.github.rothschil:groovy-demo:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/groovy-demo/
implementation ("io.github.rothschil:groovy-demo:1.0.0.RELEASE")
'io.github.rothschil:groovy-demo:pom:1.0.0.RELEASE'
<dependency org="io.github.rothschil" name="groovy-demo" rev="1.0.0.RELEASE">
<artifact name="groovy-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='groovy-demo', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "groovy-demo" % "1.0.0.RELEASE"
[io.github.rothschil/groovy-demo "1.0.0.RELEASE"]