| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-jmx |
| Last Version | Last Version2.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Framework: JMX
Spring Framework: JMX
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-jmx-2.0.8.pom | |
| spring-jmx-2.0.8.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-jmx/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jmx</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-jmx/
implementation 'org.springframework:spring-jmx:2.0.8'
// https://jarcasting.com/artifacts/org.springframework/spring-jmx/
implementation ("org.springframework:spring-jmx:2.0.8")
'org.springframework:spring-jmx:jar:2.0.8'
<dependency org="org.springframework" name="spring-jmx" rev="2.0.8">
<artifact name="spring-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jmx', version='2.0.8')
)
libraryDependencies += "org.springframework" % "spring-jmx" % "2.0.8"
[org.springframework/spring-jmx "2.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| aopalliance : aopalliance | jar | 1.0 |
| commons-logging : commons-logging | jar | 1.1 |
| org.springframework : spring-aop Optional | jar | 2.0.8 |
| org.springframework : spring-beans | jar | 2.0.8 |
| org.springframework : spring-context | jar | 2.0.8 |
| org.springframework : spring-core | jar | 2.0.8 |