GroupId | GroupIdcom.github.olivergondza.dumpling |
---|---|
ArtifactId | ArtifactIddumpling-parent |
Version | Version2.2 |
Type | Typepom |
Filename | Size |
---|---|
dumpling-parent-2.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/ -->
<dependency>
<groupId>com.github.olivergondza.dumpling</groupId>
<artifactId>dumpling-parent</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/
implementation 'com.github.olivergondza.dumpling:dumpling-parent:2.2'
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/
implementation ("com.github.olivergondza.dumpling:dumpling-parent:2.2")
'com.github.olivergondza.dumpling:dumpling-parent:pom:2.2'
<dependency org="com.github.olivergondza.dumpling" name="dumpling-parent" rev="2.2">
<artifact name="dumpling-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza.dumpling', module='dumpling-parent', version='2.2')
)
libraryDependencies += "com.github.olivergondza.dumpling" % "dumpling-parent" % "2.2"
[com.github.olivergondza.dumpling/dumpling-parent "2.2"]