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