t

tajin-pom

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