Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.jodersky |
ArtifactId | ArtifactIdflow-native |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
flow-native-2.0.4.pom | |
flow-native-2.0.4.jar | 66 KB |
flow-native-2.0.4-sources.jar | 257 bytes |
flow-native-2.0.4-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jodersky/flow-native/ -->
<dependency>
<groupId>com.github.jodersky</groupId>
<artifactId>flow-native</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jodersky/flow-native/
implementation 'com.github.jodersky:flow-native:2.0.4'
// https://jarcasting.com/artifacts/com.github.jodersky/flow-native/
implementation ("com.github.jodersky:flow-native:2.0.4")
'com.github.jodersky:flow-native:jar:2.0.4'
<dependency org="com.github.jodersky" name="flow-native" rev="2.0.4">
<artifact name="flow-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jodersky', module='flow-native', version='2.0.4')
)
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.0.4"
[com.github.jodersky/flow-native "2.0.4"]