is not current version
Last Version 1.1.2

br.com.tecsinapse:glimpse 1.1.1

Glimpse is a client/server tool that allows one to execute Groovy scripts inside a Spring Application

GroupId

GroupId

br.com.tecsinapse
ArtifactId

ArtifactId

glimpse
Version

Version

1.1.1
Type

Type

pom

Download glimpse 1.1.1

Filename Size
glimpse-1.1.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse/ -->
<dependency>
    <groupId>br.com.tecsinapse</groupId>
    <artifactId>glimpse</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse/
implementation 'br.com.tecsinapse:glimpse:1.1.1'
// https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse/
implementation ("br.com.tecsinapse:glimpse:1.1.1")
'br.com.tecsinapse:glimpse:pom:1.1.1'
<dependency org="br.com.tecsinapse" name="glimpse" rev="1.1.1">
  <artifact name="glimpse" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.tecsinapse', module='glimpse', version='1.1.1')
)
libraryDependencies += "br.com.tecsinapse" % "glimpse" % "1.1.1"
[br.com.tecsinapse/glimpse "1.1.1"]