is not current version
Last Version 1.0.0

com.github.lusoalex:lusoalex-parent 0.1

This POM parent provides maven settings to stage/deploy onto the central repository

GroupId

GroupId

com.github.lusoalex
ArtifactId

ArtifactId

lusoalex-parent
Version

Version

0.1
Type

Type

pom

Download lusoalex-parent 0.1

Filename Size
lusoalex-parent-0.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.lusoalex/lusoalex-parent/ -->
<dependency>
    <groupId>com.github.lusoalex</groupId>
    <artifactId>lusoalex-parent</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lusoalex/lusoalex-parent/
implementation 'com.github.lusoalex:lusoalex-parent:0.1'
// https://jarcasting.com/artifacts/com.github.lusoalex/lusoalex-parent/
implementation ("com.github.lusoalex:lusoalex-parent:0.1")
'com.github.lusoalex:lusoalex-parent:pom:0.1'
<dependency org="com.github.lusoalex" name="lusoalex-parent" rev="0.1">
  <artifact name="lusoalex-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lusoalex', module='lusoalex-parent', version='0.1')
)
libraryDependencies += "com.github.lusoalex" % "lusoalex-parent" % "0.1"
[com.github.lusoalex/lusoalex-parent "0.1"]