GroupId | GroupIdcom.getperka.flatpack |
---|---|
ArtifactId | ArtifactIdflatpack-core |
Version | Version2.18 |
Type | Typejar |
Filename | Size |
---|---|
flatpack-core-2.18.pom | |
flatpack-core-2.18.jar | 185 KB |
flatpack-core-2.18-sources.jar | 154 KB |
flatpack-core-2.18-javadoc.jar | 610 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-core/ -->
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-core</artifactId>
<version>2.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-core/
implementation 'com.getperka.flatpack:flatpack-core:2.18'
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-core/
implementation ("com.getperka.flatpack:flatpack-core:2.18")
'com.getperka.flatpack:flatpack-core:jar:2.18'
<dependency org="com.getperka.flatpack" name="flatpack-core" rev="2.18">
<artifact name="flatpack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getperka.flatpack', module='flatpack-core', version='2.18')
)
libraryDependencies += "com.getperka.flatpack" % "flatpack-core" % "2.18"
[com.getperka.flatpack/flatpack-core "2.18"]