не последняя версия
Последняя версия 2.2.2

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


Категории

Категории

Groovy Языки программирования
Группа

Группа

me.bazhenov.groovy-shell
Идентификатор

Идентификатор

groovy-shell-server
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать groovy-shell-server 2.0.2


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