GroupId | GroupIdxyz.tneciv |
---|---|
ArtifactId | ArtifactIdspring-cloud-dependencies |
Version | VersionQin.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-dependencies-Qin.RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/spring-cloud-dependencies/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Qin.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/spring-cloud-dependencies/
implementation 'xyz.tneciv:spring-cloud-dependencies:Qin.RELEASE'
// https://jarcasting.com/artifacts/xyz.tneciv/spring-cloud-dependencies/
implementation ("xyz.tneciv:spring-cloud-dependencies:Qin.RELEASE")
'xyz.tneciv:spring-cloud-dependencies:pom:Qin.RELEASE'
<dependency org="xyz.tneciv" name="spring-cloud-dependencies" rev="Qin.RELEASE">
<artifact name="spring-cloud-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='spring-cloud-dependencies', version='Qin.RELEASE')
)
libraryDependencies += "xyz.tneciv" % "spring-cloud-dependencies" % "Qin.RELEASE"
[xyz.tneciv/spring-cloud-dependencies "Qin.RELEASE"]