Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.tmobile.opensource.casquatch |
ArtifactId | ArtifactIdSpringConfigServer |
Version | Version1.3-RELEASE |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/SpringConfigServer/ -->
<dependency>
<groupId>com.tmobile.opensource.casquatch</groupId>
<artifactId>SpringConfigServer</artifactId>
<version>1.3-RELEASE</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/SpringConfigServer/
implementation 'com.tmobile.opensource.casquatch:SpringConfigServer:1.3-RELEASE'
// https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/SpringConfigServer/
implementation ("com.tmobile.opensource.casquatch:SpringConfigServer:1.3-RELEASE")
'com.tmobile.opensource.casquatch:SpringConfigServer:war:1.3-RELEASE'
<dependency org="com.tmobile.opensource.casquatch" name="SpringConfigServer" rev="1.3-RELEASE">
<artifact name="SpringConfigServer" type="war" />
</dependency>
@Grapes(
@Grab(group='com.tmobile.opensource.casquatch', module='SpringConfigServer', version='1.3-RELEASE')
)
libraryDependencies += "com.tmobile.opensource.casquatch" % "SpringConfigServer" % "1.3-RELEASE"
[com.tmobile.opensource.casquatch/SpringConfigServer "1.3-RELEASE"]