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