Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.brunomendola.querity |
ArtifactId | ArtifactIdquerity-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
querity-parent-1.0.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.brunomendola.querity/querity-parent/ -->
<dependency>
<groupId>net.brunomendola.querity</groupId>
<artifactId>querity-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.brunomendola.querity/querity-parent/
implementation 'net.brunomendola.querity:querity-parent:1.0.2'
// https://jarcasting.com/artifacts/net.brunomendola.querity/querity-parent/
implementation ("net.brunomendola.querity:querity-parent:1.0.2")
'net.brunomendola.querity:querity-parent:pom:1.0.2'
<dependency org="net.brunomendola.querity" name="querity-parent" rev="1.0.2">
<artifact name="querity-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.brunomendola.querity', module='querity-parent', version='1.0.2')
)
libraryDependencies += "net.brunomendola.querity" % "querity-parent" % "1.0.2"
[net.brunomendola.querity/querity-parent "1.0.2"]