License |
License |
---|---|
GroupId | GroupIdorg.fuin.smp |
ArtifactId | ArtifactIdsmp-parent |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionMaven plugin that provides UnixSystem values like UID or GID as project properties [PARENT].
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smp-parent-0.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuin.smp/smp-parent/ -->
<dependency>
<groupId>org.fuin.smp</groupId>
<artifactId>smp-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.smp/smp-parent/
implementation 'org.fuin.smp:smp-parent:0.1.0'
// https://jarcasting.com/artifacts/org.fuin.smp/smp-parent/
implementation ("org.fuin.smp:smp-parent:0.1.0")
'org.fuin.smp:smp-parent:pom:0.1.0'
<dependency org="org.fuin.smp" name="smp-parent" rev="0.1.0">
<artifact name="smp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuin.smp', module='smp-parent', version='0.1.0')
)
libraryDependencies += "org.fuin.smp" % "smp-parent" % "0.1.0"
[org.fuin.smp/smp-parent "0.1.0"]