MVN

com.github.yuyenews : Martian

Maven & Gradle

Jul 14, 2021
<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>Martian</artifactId>
    <version>4.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yuyenews : Martian to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5

All Versions

Choose a version of com.github.yuyenews : Martian to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
Martian-4.0.5
Martian-4.0.3
Martian-4.0.2
Martian-4.0.1
Martian-4.0.0
3.3.x
Martian-3.3.3
Martian-3.3.2
Martian-3.3.1
Martian-3.3.0
3.2.x
Martian-3.2.18
Martian-3.2.17
Martian-3.2.16
Martian-3.2.15
Martian-3.2.13
Martian-3.2.12
Martian-3.2.11
Martian-3.2.10
Martian-3.2.9
Martian-3.2.8
Martian-3.2.7
Martian-3.2.6
Martian-3.2.5
Martian-3.2.3
Martian-3.2.2
Martian-3.2.1
Martian-3.2.0
3.1.x
Martian-3.1.0
3.0.x
Martian-3.0.39
Martian-3.0.38
Martian-3.0.37
Martian-3.0.36
Martian-3.0.35
Martian-3.0.33
Martian-3.0.32
Martian-3.0.31
Martian-3.0.30
Martian-3.0.29
Martian-3.0.28
Martian-3.0.27

How to add a dependency to Maven

Add the following com.github.yuyenews : Martian maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>Martian</artifactId>
    <version>4.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yuyenews : Martian gradle dependency to your build.gradle file:

implementation 'com.github.yuyenews:Martian:4.0.5'

Gradle Kotlin DSL: Add the following com.github.yuyenews : Martian gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yuyenews:Martian:4.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yuyenews : Martian sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yuyenews" % "Martian" % "4.0.5"