t

tajin-framework-pom

文件下载
文件名 操作
tajin-framework-pom-2.0.b6.pom 下载
Apache Maven
<dependency>
  <groupId>com.ovea.tajin.framework</groupId>
  <artifactId>tajin-framework-pom</artifactId>
  <version>2.0.b6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ovea.tajin.framework:tajin-framework-pom:2.0.b6'
Gradle Kotlin
implementation("com.ovea.tajin.framework:tajin-framework-pom:2.0.b6")
Scala SBT
libraryDependencies += "com.ovea.tajin.framework" % "tajin-framework-pom" % "2.0.b6"
Groovy Grape
@Grapes(
  @Grab(group='com.ovea.tajin.framework', module='tajin-framework-pom', version='2.0.b6')
)
Apache Ivy
<dependency org="com.ovea.tajin.framework" name="tajin-framework-pom" rev="2.0.b6" />
Leiningen
[com.ovea.tajin.framework/tajin-framework-pom "2.0.b6"]
Apache Buildr
'com.ovea.tajin.framework:tajin-framework-pom:jar:2.0.b6'