m

master-pom

A toolbox for tracking static metdata (Data model schema, ...) and dynamic metadata.
https://github.com/frtu/governance-toolbox/
The Apache Software License, Version 2.0
Frédéric TU
文件下载
文件名 操作
master-pom-0.3.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.frtu.governance</groupId>
  <artifactId>master-pom</artifactId>
  <version>0.3.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.frtu.governance:master-pom:0.3.4'
Gradle Kotlin
implementation("com.github.frtu.governance:master-pom:0.3.4")
Scala SBT
libraryDependencies += "com.github.frtu.governance" % "master-pom" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frtu.governance', module='master-pom', version='0.3.4')
)
Apache Ivy
<dependency org="com.github.frtu.governance" name="master-pom" rev="0.3.4" />
Leiningen
[com.github.frtu.governance/master-pom "0.3.4"]
Apache Buildr
'com.github.frtu.governance:master-pom:jar:0.3.4'