is not current version
Last Version 4.2

com.mark59:mark59-core 1.0-beta-5

Common core components of the mark59 framework.

GroupId

GroupId

com.mark59
ArtifactId

ArtifactId

mark59-core
Version

Version

1.0-beta-5
Type

Type

jar

Download mark59-core 1.0-beta-5


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