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