GroupId | GroupIdcom.github.paveljakov |
---|---|
ArtifactId | ArtifactIdqueryless-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
queryless-parent-1.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paveljakov/queryless-parent/ -->
<dependency>
<groupId>com.github.paveljakov</groupId>
<artifactId>queryless-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paveljakov/queryless-parent/
implementation 'com.github.paveljakov:queryless-parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.paveljakov/queryless-parent/
implementation ("com.github.paveljakov:queryless-parent:1.0.1")
'com.github.paveljakov:queryless-parent:pom:1.0.1'
<dependency org="com.github.paveljakov" name="queryless-parent" rev="1.0.1">
<artifact name="queryless-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paveljakov', module='queryless-parent', version='1.0.1')
)
libraryDependencies += "com.github.paveljakov" % "queryless-parent" % "1.0.1"
[com.github.paveljakov/queryless-parent "1.0.1"]