Last Version

org.popperfw:core 0.10.0

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

GroupId

GroupId

org.popperfw
ArtifactId

ArtifactId

core
Version

Version

0.10.0
Type

Type

jar

Download core 0.10.0


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