GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-agent |
Version | Version2.5.3 |
Type | Typejar |
Filename | Size |
---|---|
spring-agent-2.5.3.pom | |
spring-agent-2.5.3.jar | 5 KB |
spring-agent-2.5.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-agent/
implementation 'org.springframework:spring-agent:2.5.3'
// https://jarcasting.com/artifacts/org.springframework/spring-agent/
implementation ("org.springframework:spring-agent:2.5.3")
'org.springframework:spring-agent:jar:2.5.3'
<dependency org="org.springframework" name="spring-agent" rev="2.5.3">
<artifact name="spring-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-agent', version='2.5.3')
)
libraryDependencies += "org.springframework" % "spring-agent" % "2.5.3"
[org.springframework/spring-agent "2.5.3"]