MVN

com.mark59 : mark59-core

Maven & Gradle

Aug 09, 2023
1 usages
2 stars

com.mark59:mark59-core · Common core components of the mark59 framework.

<dependency>
    <groupId>com.mark59</groupId>
    <artifactId>mark59-core</artifactId>
    <version>5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mark59 : mark59-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5
  • Latest Release Candidate: 4.0.0-rc-1
  • Latest Beta: 1.0-beta-5

All Versions

Choose a version of com.mark59 : mark59-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5
mark59-core-5.5
5.4
mark59-core-5.4
5.3
mark59-core-5.3
5.2
mark59-core-5.2
5.1
mark59-core-5.1
5.0
mark59-core-5.0
4.2
mark59-core-4.2
4.1
mark59-core-4.1
4.0.x
mark59-core-4.0.0
mark59-core-4.0.0-rc-1
3.3
mark59-core-3.3
3.2
mark59-core-3.2
3.1
mark59-core-3.1
3.0
mark59-core-3.0
2.3
mark59-core-2.3
2.2
mark59-core-2.2
2.1
mark59-core-2.1
2.0
mark59-core-2.0
1.0
mark59-core-1.0-beta-5
mark59-core-1.0-beta-4
mark59-core-1.0-beta-3
mark59-core-1.0-beta-2
mark59-core-1.0-beta-1

How to add a dependency to Maven

Add the following com.mark59 : mark59-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mark59</groupId>
    <artifactId>mark59-core</artifactId>
    <version>5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mark59 : mark59-core gradle dependency to your build.gradle file:

implementation 'com.mark59:mark59-core:5.5'

Gradle Kotlin DSL: Add the following com.mark59 : mark59-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mark59:mark59-core:5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mark59 : mark59-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mark59" % "mark59-core" % "5.5"