GroupId | GroupIdcom.github.jonzhang3 |
---|---|
ArtifactId | ArtifactIdqueryflow |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
queryflow-1.0.4.pom | |
queryflow-1.0.4.jar | 198 KB |
queryflow-1.0.4-sources.jar | 108 KB |
queryflow-1.0.4-javadoc.jar | 948 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonzhang3/queryflow/ -->
<dependency>
<groupId>com.github.jonzhang3</groupId>
<artifactId>queryflow</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonzhang3/queryflow/
implementation 'com.github.jonzhang3:queryflow:1.0.4'
// https://jarcasting.com/artifacts/com.github.jonzhang3/queryflow/
implementation ("com.github.jonzhang3:queryflow:1.0.4")
'com.github.jonzhang3:queryflow:jar:1.0.4'
<dependency org="com.github.jonzhang3" name="queryflow" rev="1.0.4">
<artifact name="queryflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonzhang3', module='queryflow', version='1.0.4')
)
libraryDependencies += "com.github.jonzhang3" % "queryflow" % "1.0.4"
[com.github.jonzhang3/queryflow "1.0.4"]