is not current version
Last Version 1.10

com.sta-soft:masterpom 1.9

The parent pom of all M-Projects. It defines versions of plugins and dependencies used in these projects.

GroupId

GroupId

com.sta-soft
ArtifactId

ArtifactId

masterpom
Version

Version

1.9
Type

Type

pom

Download masterpom 1.9

Filename Size
masterpom-1.9.pom 38 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sta-soft/masterpom/ -->
<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>masterpom</artifactId>
    <version>1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/masterpom/
implementation 'com.sta-soft:masterpom:1.9'
// https://jarcasting.com/artifacts/com.sta-soft/masterpom/
implementation ("com.sta-soft:masterpom:1.9")
'com.sta-soft:masterpom:pom:1.9'
<dependency org="com.sta-soft" name="masterpom" rev="1.9">
  <artifact name="masterpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='masterpom', version='1.9')
)
libraryDependencies += "com.sta-soft" % "masterpom" % "1.9"
[com.sta-soft/masterpom "1.9"]