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