GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-web |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-web-2.0.pom | |
spring-web-2.0.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-web/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-web/
implementation 'org.springframework:spring-web:2.0'
// https://jarcasting.com/artifacts/org.springframework/spring-web/
implementation ("org.springframework:spring-web:2.0")
'org.springframework:spring-web:jar:2.0'
<dependency org="org.springframework" name="spring-web" rev="2.0">
<artifact name="spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-web', version='2.0')
)
libraryDependencies += "org.springframework" % "spring-web" % "2.0"
[org.springframework/spring-web "2.0"]