t

tajin-framework

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