m

masterpom

The parent pom of all M-Projects. It defines versions of plugins and dependencies used in these projects.
http://www.sta-soft.com
The Apache License, Version 2.0
>StA-Soft<
Steffen Albrecht
Files download
File Operation
masterpom-1.11.pom download
Apache Maven
<dependency>
  <groupId>com.sta-soft</groupId>
  <artifactId>masterpom</artifactId>
  <version>1.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sta-soft:masterpom:1.11'
Gradle Kotlin
implementation("com.sta-soft:masterpom:1.11")
Scala SBT
libraryDependencies += "com.sta-soft" % "masterpom" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.sta-soft', module='masterpom', version='1.11')
)
Apache Ivy
<dependency org="com.sta-soft" name="masterpom" rev="1.11" />
Leiningen
[com.sta-soft/masterpom "1.11"]
Apache Buildr
'com.sta-soft:masterpom:jar:1.11'
Dependencies
The project has no third-party dependencies