MVN

io.github.atmaramnaik : journey-template

Maven & Gradle

Sep 09, 2019
3 usages
0 stars

Template Processing Library · Core library for Templating and reverse templating json,xml text or user defined content types

<dependency>
    <groupId>io.github.atmaramnaik</groupId>
    <artifactId>journey-template</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.atmaramnaik : journey-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of io.github.atmaramnaik : journey-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
journey-template-0.0.8
journey-template-0.0.7
journey-template-0.0.6
journey-template-0.0.5
journey-template-0.0.4
journey-template-0.0.3
journey-template-0.0.2
journey-template-0.0.1

How to add a dependency to Maven

Add the following io.github.atmaramnaik : journey-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.atmaramnaik</groupId>
    <artifactId>journey-template</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.atmaramnaik : journey-template gradle dependency to your build.gradle file:

implementation 'io.github.atmaramnaik:journey-template:0.0.8'

Gradle Kotlin DSL: Add the following io.github.atmaramnaik : journey-template gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.atmaramnaik:journey-template:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.atmaramnaik : journey-template sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.atmaramnaik" % "journey-template" % "0.0.8"

Advertisement