t

tajin-framework-pom

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