t

tajin-framework-pom

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