is not current version
Last Version 2.2.2

me.bazhenov.groovy-shell:groovy-shell-server 2.0.0


Categories

Categories

Groovy Languages
GroupId

GroupId

me.bazhenov.groovy-shell
ArtifactId

ArtifactId

groovy-shell-server
Version

Version

2.0.0
Type

Type

jar

Download groovy-shell-server 2.0.0


<!-- https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-server/ -->
<dependency>
    <groupId>me.bazhenov.groovy-shell</groupId>
    <artifactId>groovy-shell-server</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-server/
implementation 'me.bazhenov.groovy-shell:groovy-shell-server:2.0.0'
// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-server/
implementation ("me.bazhenov.groovy-shell:groovy-shell-server:2.0.0")
'me.bazhenov.groovy-shell:groovy-shell-server:jar:2.0.0'
<dependency org="me.bazhenov.groovy-shell" name="groovy-shell-server" rev="2.0.0">
  <artifact name="groovy-shell-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.bazhenov.groovy-shell', module='groovy-shell-server', version='2.0.0')
)
libraryDependencies += "me.bazhenov.groovy-shell" % "groovy-shell-server" % "2.0.0"
[me.bazhenov.groovy-shell/groovy-shell-server "2.0.0"]