License |
License |
---|---|
GroupId | GroupIdbr.com.tecsinapse |
ArtifactId | ArtifactIdglimpse-server |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionGlimpse Server
Glimpse is a client/server tool that allows one to execute Groovy scripts inside a Spring Application
|
Filename | Size |
---|---|
glimpse-server-1.1.2.pom | |
glimpse-server-1.1.2.jar | 31 KB |
glimpse-server-1.1.2-sources.jar | 27 KB |
glimpse-server-1.1.2-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse-server/ -->
<dependency>
<groupId>br.com.tecsinapse</groupId>
<artifactId>glimpse-server</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse-server/
implementation 'br.com.tecsinapse:glimpse-server:1.1.2'
// https://jarcasting.com/artifacts/br.com.tecsinapse/glimpse-server/
implementation ("br.com.tecsinapse:glimpse-server:1.1.2")
'br.com.tecsinapse:glimpse-server:jar:1.1.2'
<dependency org="br.com.tecsinapse" name="glimpse-server" rev="1.1.2">
<artifact name="glimpse-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.tecsinapse', module='glimpse-server', version='1.1.2')
)
libraryDependencies += "br.com.tecsinapse" % "glimpse-server" % "1.1.2"
[br.com.tecsinapse/glimpse-server "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.8.3 |
org.springframework : spring-context | jar | 3.0.2.RELEASE |
com.google.guava : guava | jar | 12.0 |