Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.cooldatasoft |
ArtifactId | ArtifactIdcooldatasoft-springboot-parent |
Version | Version1.0.0.1_5_13 |
Type | Typepom |
Filename | Size |
---|---|
cooldatasoft-springboot-parent-1.0.0.1_5_13.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cooldatasoft/cooldatasoft-springboot-parent/ -->
<dependency>
<groupId>com.cooldatasoft</groupId>
<artifactId>cooldatasoft-springboot-parent</artifactId>
<version>1.0.0.1_5_13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cooldatasoft/cooldatasoft-springboot-parent/
implementation 'com.cooldatasoft:cooldatasoft-springboot-parent:1.0.0.1_5_13'
// https://jarcasting.com/artifacts/com.cooldatasoft/cooldatasoft-springboot-parent/
implementation ("com.cooldatasoft:cooldatasoft-springboot-parent:1.0.0.1_5_13")
'com.cooldatasoft:cooldatasoft-springboot-parent:pom:1.0.0.1_5_13'
<dependency org="com.cooldatasoft" name="cooldatasoft-springboot-parent" rev="1.0.0.1_5_13">
<artifact name="cooldatasoft-springboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cooldatasoft', module='cooldatasoft-springboot-parent', version='1.0.0.1_5_13')
)
libraryDependencies += "com.cooldatasoft" % "cooldatasoft-springboot-parent" % "1.0.0.1_5_13"
[com.cooldatasoft/cooldatasoft-springboot-parent "1.0.0.1_5_13"]