License |
License |
---|---|
GroupId | GroupIdbr.com.tecsinapse |
ArtifactId | ArtifactIdglimpse |
Version | Version1.1.2 |
Type | Typepom |
Description |
DescriptionGlimpse
Glimpse is a client/server tool that allows one to execute Groovy scripts inside a Spring Application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
glimpse-1.1.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse/ -->
<dependency>
<groupId>br.com.tecsinapse</groupId>
<artifactId>glimpse</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse/
implementation 'br.com.tecsinapse:glimpse:1.1.2'
// https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse/
implementation ("br.com.tecsinapse:glimpse:1.1.2")
'br.com.tecsinapse:glimpse:pom:1.1.2'
<dependency org="br.com.tecsinapse" name="glimpse" rev="1.1.2">
<artifact name="glimpse" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.tecsinapse', module='glimpse', version='1.1.2')
)
libraryDependencies += "br.com.tecsinapse" % "glimpse" % "1.1.2"
[br.com.tecsinapse/glimpse "1.1.2"]