| GroupId | GroupIdcom.github.gs618 |
|---|---|
| ArtifactId | ArtifactIdsprouts-program-flow |
| Version | Version0.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gs618/sprouts-program-flow/ -->
<dependency>
<groupId>com.github.gs618</groupId>
<artifactId>sprouts-program-flow</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gs618/sprouts-program-flow/
implementation 'com.github.gs618:sprouts-program-flow:0.0.1'
// https://jarcasting.com/artifacts/com.github.gs618/sprouts-program-flow/
implementation ("com.github.gs618:sprouts-program-flow:0.0.1")
'com.github.gs618:sprouts-program-flow:jar:0.0.1'
<dependency org="com.github.gs618" name="sprouts-program-flow" rev="0.0.1">
<artifact name="sprouts-program-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gs618', module='sprouts-program-flow', version='0.0.1')
)
libraryDependencies += "com.github.gs618" % "sprouts-program-flow" % "0.0.1"
[com.github.gs618/sprouts-program-flow "0.0.1"]