License |
License |
---|---|
GroupId | GroupIdcom.mattunderscore |
ArtifactId | ArtifactIdmattunderscore-common-parent |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMattunderscore Common Parent
Common parent for other projects.
Configures dependency and plugin versions.
Configures how to release the project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mattunderscore-common-parent-1.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore/mattunderscore-common-parent/ -->
<dependency>
<groupId>com.mattunderscore</groupId>
<artifactId>mattunderscore-common-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/mattunderscore-common-parent/
implementation 'com.mattunderscore:mattunderscore-common-parent:1.3.0'
// https://jarcasting.com/artifacts/com.mattunderscore/mattunderscore-common-parent/
implementation ("com.mattunderscore:mattunderscore-common-parent:1.3.0")
'com.mattunderscore:mattunderscore-common-parent:pom:1.3.0'
<dependency org="com.mattunderscore" name="mattunderscore-common-parent" rev="1.3.0">
<artifact name="mattunderscore-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='mattunderscore-common-parent', version='1.3.0')
)
libraryDependencies += "com.mattunderscore" % "mattunderscore-common-parent" % "1.3.0"
[com.mattunderscore/mattunderscore-common-parent "1.3.0"]