Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.jodersky |
ArtifactId | ArtifactIdflow-native |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
flow-native-2.3.0.pom | |
flow-native-2.3.0.jar | 67 KB |
flow-native-2.3.0-sources.jar | 255 bytes |
flow-native-2.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jodersky/flow-native/
implementation 'com.github.jodersky:flow-native:2.3.0'
// https://jarcasting.com/artifacts/com.github.jodersky/flow-native/
implementation ("com.github.jodersky:flow-native:2.3.0")
'com.github.jodersky:flow-native:jar:2.3.0'
<dependency org="com.github.jodersky" name="flow-native" rev="2.3.0">
<artifact name="flow-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jodersky', module='flow-native', version='2.3.0')
)
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.3.0"
[com.github.jodersky/flow-native "2.3.0"]