t

tajin-framework-pom

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