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