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