GroupId | GroupIdcom.getperka.flatpack |
---|---|
ArtifactId | ArtifactIdflatpack-parent |
Version | Version2.18.1 |
Type | Typepom |
Filename | Size |
---|---|
flatpack-parent-2.18.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-parent/ -->
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<version>2.18.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-parent/
implementation 'com.getperka.flatpack:flatpack-parent:2.18.1'
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-parent/
implementation ("com.getperka.flatpack:flatpack-parent:2.18.1")
'com.getperka.flatpack:flatpack-parent:pom:2.18.1'
<dependency org="com.getperka.flatpack" name="flatpack-parent" rev="2.18.1">
<artifact name="flatpack-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.getperka.flatpack', module='flatpack-parent', version='2.18.1')
)
libraryDependencies += "com.getperka.flatpack" % "flatpack-parent" % "2.18.1"
[com.getperka.flatpack/flatpack-parent "2.18.1"]