t

tajin-framework-pom

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