t

tajin-framework

Files download
File Operation
tajin-framework-2.0.b8.jar download
tajin-framework-2.0.b8.pom download
tajin-framework-2.0.b8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ovea.tajin.framework</groupId>
  <artifactId>tajin-framework</artifactId>
  <version>2.0.b8</version>
</dependency>
Gradle Groovy
implementation 'com.ovea.tajin.framework:tajin-framework:2.0.b8'
Gradle Kotlin
implementation("com.ovea.tajin.framework:tajin-framework:2.0.b8")
Scala SBT
libraryDependencies += "com.ovea.tajin.framework" % "tajin-framework" % "2.0.b8"
Groovy Grape
@Grapes(
  @Grab(group='com.ovea.tajin.framework', module='tajin-framework', version='2.0.b8')
)
Apache Ivy
<dependency org="com.ovea.tajin.framework" name="tajin-framework" rev="2.0.b8" />
Leiningen
[com.ovea.tajin.framework/tajin-framework "2.0.b8"]
Apache Buildr
'com.ovea.tajin.framework:tajin-framework:jar:2.0.b8'