License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Ant Net |
GroupId | GroupIdnet.anthavio.maven |
ArtifactId | ArtifactIdspring-framework-bom |
Version | Version4.1.7.RELEASE |
Type | Typepom |
Description |
Descriptionspring-framework-bom
Spring Framework Maven BOM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-framework-bom-4.1.7.RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anthavio.maven/spring-framework-bom/ -->
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.1.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-framework-bom/
implementation 'net.anthavio.maven:spring-framework-bom:4.1.7.RELEASE'
// https://jarcasting.com/artifacts/net.anthavio.maven/spring-framework-bom/
implementation ("net.anthavio.maven:spring-framework-bom:4.1.7.RELEASE")
'net.anthavio.maven:spring-framework-bom:pom:4.1.7.RELEASE'
<dependency org="net.anthavio.maven" name="spring-framework-bom" rev="4.1.7.RELEASE">
<artifact name="spring-framework-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='spring-framework-bom', version='4.1.7.RELEASE')
)
libraryDependencies += "net.anthavio.maven" % "spring-framework-bom" % "4.1.7.RELEASE"
[net.anthavio.maven/spring-framework-bom "4.1.7.RELEASE"]