is not current version
Last Version 0.10.0

org.popperfw:core 0.8.4

Definition of the interfaces and base classes all Popper Framework implementations depend on

GroupId

GroupId

org.popperfw
ArtifactId

ArtifactId

core
Version

Version

0.8.4
Type

Type

jar

Download core 0.8.4


<!-- https://jarcasting.com/artifacts/org.popperfw/core/ -->
<dependency>
    <groupId>org.popperfw</groupId>
    <artifactId>core</artifactId>
    <version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.popperfw/core/
implementation 'org.popperfw:core:0.8.4'
// https://jarcasting.com/artifacts/org.popperfw/core/
implementation ("org.popperfw:core:0.8.4")
'org.popperfw:core:jar:0.8.4'
<dependency org="org.popperfw" name="core" rev="0.8.4">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.popperfw', module='core', version='0.8.4')
)
libraryDependencies += "org.popperfw" % "core" % "0.8.4"
[org.popperfw/core "0.8.4"]