MVN

com.ovea.tajin : tajin-framework

Maven & Gradle

Apr 17, 2013
3 usages
0 stars

Tajin :: Framework

<dependency>
    <groupId>com.ovea.tajin</groupId>
    <artifactId>tajin-framework</artifactId>
    <version>1.0.b13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ovea.tajin : tajin-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.b13

All Versions

Choose a version of com.ovea.tajin : tajin-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tajin-framework-1.0.b13
tajin-framework-1.0.b12
tajin-framework-1.0.b11
tajin-framework-1.0.b10
tajin-framework-1.0.b9
tajin-framework-1.0.b8
tajin-framework-1.0.b7
tajin-framework-1.0.b6
tajin-framework-1.0.b5
tajin-framework-1.0.b4
tajin-framework-1.0.b3
tajin-framework-1.0.b2
tajin-framework-1.0.b1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ovea.tajin</groupId>
    <artifactId>tajin-framework</artifactId>
    <version>1.0.b13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ovea.tajin : tajin-framework gradle dependency to your build.gradle file:

implementation 'com.ovea.tajin:tajin-framework:1.0.b13'

Gradle Kotlin DSL: Add the following com.ovea.tajin : tajin-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ovea.tajin:tajin-framework:1.0.b13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ovea.tajin : tajin-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ovea.tajin" % "tajin-framework" % "1.0.b13"

Advertisement