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