GroupId | GroupIdcom.github.jonzhang3 |
---|---|
ArtifactId | ArtifactIdqueryflow |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
queryflow-1.0.2.pom | |
queryflow-1.0.2.jar | 197 KB |
queryflow-1.0.2-sources.jar | 107 KB |
queryflow-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonzhang3/queryflow/
implementation 'com.github.jonzhang3:queryflow:1.0.2'
// https://jarcasting.com/artifacts/com.github.jonzhang3/queryflow/
implementation ("com.github.jonzhang3:queryflow:1.0.2")
'com.github.jonzhang3:queryflow:jar:1.0.2'
<dependency org="com.github.jonzhang3" name="queryflow" rev="1.0.2">
<artifact name="queryflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonzhang3', module='queryflow', version='1.0.2')
)
libraryDependencies += "com.github.jonzhang3" % "queryflow" % "1.0.2"
[com.github.jonzhang3/queryflow "1.0.2"]