License |
License |
---|---|
GroupId | GroupIdcom.sta-soft |
ArtifactId | ArtifactIdmasterpom |
Last Version | Last Version1.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMasterPom
The parent pom of all M-Projects. It defines versions of plugins and dependencies used in these projects.
|
Project Organization |
Project Organization>StA-Soft< |
Filename | Size |
---|---|
masterpom-1.10.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/masterpom/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>masterpom</artifactId>
<version>1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/masterpom/
implementation 'com.sta-soft:masterpom:1.10'
// https://jarcasting.com/artifacts/com.sta-soft/masterpom/
implementation ("com.sta-soft:masterpom:1.10")
'com.sta-soft:masterpom:pom:1.10'
<dependency org="com.sta-soft" name="masterpom" rev="1.10">
<artifact name="masterpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='masterpom', version='1.10')
)
libraryDependencies += "com.sta-soft" % "masterpom" % "1.10"
[com.sta-soft/masterpom "1.10"]