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