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