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