| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-agent |
| Last Version | Last Version2.5.6.SEC03 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Framework: Agent
Spring Framework: Agent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-agent-2.5.6.SEC03.pom | |
| spring-agent-2.5.6.SEC03.jar | 5 KB |
| spring-agent-2.5.6.SEC03-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-agent/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-agent</artifactId>
<version>2.5.6.SEC03</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-agent/
implementation 'org.springframework:spring-agent:2.5.6.SEC03'
// https://jarcasting.com/artifacts/org.springframework/spring-agent/
implementation ("org.springframework:spring-agent:2.5.6.SEC03")
'org.springframework:spring-agent:jar:2.5.6.SEC03'
<dependency org="org.springframework" name="spring-agent" rev="2.5.6.SEC03">
<artifact name="spring-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-agent', version='2.5.6.SEC03')
)
libraryDependencies += "org.springframework" % "spring-agent" % "2.5.6.SEC03"
[org.springframework/spring-agent "2.5.6.SEC03"]