Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdme.bazhenov.groovy-shell |
ArtifactId | ArtifactIdgroovy-shell-parent |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
groovy-shell-parent-1.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-parent/ -->
<dependency>
<groupId>me.bazhenov.groovy-shell</groupId>
<artifactId>groovy-shell-parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-parent/
implementation 'me.bazhenov.groovy-shell:groovy-shell-parent:1.4'
// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-parent/
implementation ("me.bazhenov.groovy-shell:groovy-shell-parent:1.4")
'me.bazhenov.groovy-shell:groovy-shell-parent:pom:1.4'
<dependency org="me.bazhenov.groovy-shell" name="groovy-shell-parent" rev="1.4">
<artifact name="groovy-shell-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.bazhenov.groovy-shell', module='groovy-shell-parent', version='1.4')
)
libraryDependencies += "me.bazhenov.groovy-shell" % "groovy-shell-parent" % "1.4"
[me.bazhenov.groovy-shell/groovy-shell-parent "1.4"]