License |
License |
---|---|
GroupId | GroupIdcom.getperka.flatpack |
ArtifactId | ArtifactIdflatpack-thirdparty |
Last Version | Last Version2.21.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlatPack Third-Party Dependencies
FlatPack has dependencies on libraries which depend on various incompatible versions of ASM. This module provides relocated versions of those classes.
|
Project Organization |
Project OrganizationPerka Inc. |
Filename | Size |
---|---|
flatpack-thirdparty-2.21.0.pom | |
flatpack-thirdparty-2.21.0.jar | 391 KB |
flatpack-thirdparty-2.21.0-sources.jar | 4 KB |
flatpack-thirdparty-2.21.0-javadoc.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-thirdparty/ -->
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-thirdparty</artifactId>
<version>2.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-thirdparty/
implementation 'com.getperka.flatpack:flatpack-thirdparty:2.21.0'
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-thirdparty/
implementation ("com.getperka.flatpack:flatpack-thirdparty:2.21.0")
'com.getperka.flatpack:flatpack-thirdparty:jar:2.21.0'
<dependency org="com.getperka.flatpack" name="flatpack-thirdparty" rev="2.21.0">
<artifact name="flatpack-thirdparty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getperka.flatpack', module='flatpack-thirdparty', version='2.21.0')
)
libraryDependencies += "com.getperka.flatpack" % "flatpack-thirdparty" % "2.21.0"
[com.getperka.flatpack/flatpack-thirdparty "2.21.0"]