| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lusoalex |
| ArtifactId | ArtifactIdlusoalex-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionlusoalex parent POM
This POM parent provides maven settings to stage/deploy onto the central repository
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lusoalex-parent-1.0.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lusoalex/lusoalex-parent/ -->
<dependency>
<groupId>com.github.lusoalex</groupId>
<artifactId>lusoalex-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lusoalex/lusoalex-parent/
implementation 'com.github.lusoalex:lusoalex-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.lusoalex/lusoalex-parent/
implementation ("com.github.lusoalex:lusoalex-parent:1.0.0")
'com.github.lusoalex:lusoalex-parent:pom:1.0.0'
<dependency org="com.github.lusoalex" name="lusoalex-parent" rev="1.0.0">
<artifact name="lusoalex-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lusoalex', module='lusoalex-parent', version='1.0.0')
)
libraryDependencies += "com.github.lusoalex" % "lusoalex-parent" % "1.0.0"
[com.github.lusoalex/lusoalex-parent "1.0.0"]