GroupId | GroupIdcom.github.ptgoetz |
---|---|
ArtifactId | ArtifactIdflux-examples |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
flux-examples-0.2.2.pom | |
flux-examples-0.2.2.jar | 5 KB |
flux-examples-0.2.2-sources.jar | 3 KB |
flux-examples-0.2.2-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptgoetz/flux-examples/ -->
<dependency>
<groupId>com.github.ptgoetz</groupId>
<artifactId>flux-examples</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/flux-examples/
implementation 'com.github.ptgoetz:flux-examples:0.2.2'
// https://jarcasting.com/artifacts/com.github.ptgoetz/flux-examples/
implementation ("com.github.ptgoetz:flux-examples:0.2.2")
'com.github.ptgoetz:flux-examples:jar:0.2.2'
<dependency org="com.github.ptgoetz" name="flux-examples" rev="0.2.2">
<artifact name="flux-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='flux-examples', version='0.2.2')
)
libraryDependencies += "com.github.ptgoetz" % "flux-examples" % "0.2.2"
[com.github.ptgoetz/flux-examples "0.2.2"]