License |
License
MIT
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.rremer |
ArtifactId | ArtifactIdmaven-parent |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven Parent
Maven Parent POM for com.github.rremer projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-parent-1.0.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rremer/maven-parent/ -->
<dependency>
<groupId>com.github.rremer</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rremer/maven-parent/
implementation 'com.github.rremer:maven-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.rremer/maven-parent/
implementation ("com.github.rremer:maven-parent:1.0.3")
'com.github.rremer:maven-parent:pom:1.0.3'
<dependency org="com.github.rremer" name="maven-parent" rev="1.0.3">
<artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rremer', module='maven-parent', version='1.0.3')
)
libraryDependencies += "com.github.rremer" % "maven-parent" % "1.0.3"
[com.github.rremer/maven-parent "1.0.3"]