t

tajin-pom

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