| License | License | 
|---|---|
| Categories | CategoriesGroovy Languages | 
| GroupId | GroupIdme.bazhenov.groovy-shell | 
| ArtifactId | ArtifactIdgroovy-shell-parent | 
| Last Version | Last Version2.2.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionGroovy Shell Groovy shell server | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| groovy-shell-parent-2.2.2.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>2.2.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-parent/
implementation 'me.bazhenov.groovy-shell:groovy-shell-parent:2.2.2'// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-parent/
implementation ("me.bazhenov.groovy-shell:groovy-shell-parent:2.2.2")'me.bazhenov.groovy-shell:groovy-shell-parent:pom:2.2.2'<dependency org="me.bazhenov.groovy-shell" name="groovy-shell-parent" rev="2.2.2">
  <artifact name="groovy-shell-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='me.bazhenov.groovy-shell', module='groovy-shell-parent', version='2.2.2')
)libraryDependencies += "me.bazhenov.groovy-shell" % "groovy-shell-parent" % "2.2.2"[me.bazhenov.groovy-shell/groovy-shell-parent "2.2.2"]