Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.dantebarba |
ArtifactId | ArtifactIdqueryfork |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
queryfork-1.0.1.pom | |
queryfork-1.0.1.jar | 14 KB |
queryfork-1.0.1-sources.jar | 11 KB |
queryfork-1.0.1-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dantebarba/queryfork/ -->
<dependency>
<groupId>com.github.dantebarba</groupId>
<artifactId>queryfork</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dantebarba/queryfork/
implementation 'com.github.dantebarba:queryfork:1.0.1'
// https://jarcasting.com/artifacts/com.github.dantebarba/queryfork/
implementation ("com.github.dantebarba:queryfork:1.0.1")
'com.github.dantebarba:queryfork:jar:1.0.1'
<dependency org="com.github.dantebarba" name="queryfork" rev="1.0.1">
<artifact name="queryfork" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dantebarba', module='queryfork', version='1.0.1')
)
libraryDependencies += "com.github.dantebarba" % "queryfork" % "1.0.1"
[com.github.dantebarba/queryfork "1.0.1"]