Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-releasetrain |
Version | VersionIngalls-SR1 |
Type | Typepom |
Filename | Size |
---|---|
spring-data-releasetrain-Ingalls-SR1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-releasetrain/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Ingalls-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-releasetrain/
implementation 'org.springframework.data:spring-data-releasetrain:Ingalls-SR1'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-releasetrain/
implementation ("org.springframework.data:spring-data-releasetrain:Ingalls-SR1")
'org.springframework.data:spring-data-releasetrain:pom:Ingalls-SR1'
<dependency org="org.springframework.data" name="spring-data-releasetrain" rev="Ingalls-SR1">
<artifact name="spring-data-releasetrain" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-releasetrain', version='Ingalls-SR1')
)
libraryDependencies += "org.springframework.data" % "spring-data-releasetrain" % "Ingalls-SR1"
[org.springframework.data/spring-data-releasetrain "Ingalls-SR1"]