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
Files download
File Operation
master-pom-0.3.6.pom download
Apache Maven
<dependency>
  <groupId>com.github.frtu.governance</groupId>
  <artifactId>master-pom</artifactId>
  <version>0.3.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.frtu.governance:master-pom:0.3.6'
Gradle Kotlin
implementation("com.github.frtu.governance:master-pom:0.3.6")
Scala SBT
libraryDependencies += "com.github.frtu.governance" % "master-pom" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frtu.governance', module='master-pom', version='0.3.6')
)
Apache Ivy
<dependency org="com.github.frtu.governance" name="master-pom" rev="0.3.6" />
Leiningen
[com.github.frtu.governance/master-pom "0.3.6"]
Apache Buildr
'com.github.frtu.governance:master-pom:jar:0.3.6'