| License |
License |
|---|---|
| GroupId | GroupIdcom.github.julior |
| ArtifactId | ArtifactIdapp-introspector |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApp Introspector
A simple Spring plugin to diagnostic and inspect Spring beans at runtime. It provides JSON based services
as well as an UI based Console to execute queries and scripts against the application.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| app-introspector-1.3.1.pom | |
| app-introspector-1.3.1.jar | 208 KB |
| app-introspector-1.3.1-sources.jar | 198 KB |
| app-introspector-1.3.1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.julior/app-introspector/ -->
<dependency>
<groupId>com.github.julior</groupId>
<artifactId>app-introspector</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.julior/app-introspector/
implementation 'com.github.julior:app-introspector:1.3.1'
// https://jarcasting.com/artifacts/com.github.julior/app-introspector/
implementation ("com.github.julior:app-introspector:1.3.1")
'com.github.julior:app-introspector:jar:1.3.1'
<dependency org="com.github.julior" name="app-introspector" rev="1.3.1">
<artifact name="app-introspector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.julior', module='app-introspector', version='1.3.1')
)
libraryDependencies += "com.github.julior" % "app-introspector" % "1.3.1"
[com.github.julior/app-introspector "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 3.2.0.RELEASE |
| org.springframework : spring-context | jar | 3.2.0.RELEASE |
| log4j : log4j | jar | 1.2.16 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.7.2 |
| com.google.guava : guava | jar | r08 |
| com.firebase : firebase-token-generator | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 3.2.0.RELEASE |
| junit : junit | jar | 4.11 |
| com.jayway.jsonpath : json-path-assert | jar | 0.8.1 |
| org.eclipse.jetty : jetty-webapp | jar | 8.1.13.v20130916 |
| org.eclipse.jetty : jetty-server | jar | 8.1.13.v20130916 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| org.springframework : spring-webmvc | jar | 3.2.0.RELEASE |