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