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