GroupId | GroupIdcom.github.ptgoetz |
---|---|
ArtifactId | ArtifactIdflux-examples |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
flux-examples-0.2.1.pom | |
flux-examples-0.2.1.jar | 5 KB |
flux-examples-0.2.1-sources.jar | 3 KB |
flux-examples-0.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/flux-examples/
implementation 'com.github.ptgoetz:flux-examples:0.2.1'
// https://jarcasting.com/artifacts/com.github.ptgoetz/flux-examples/
implementation ("com.github.ptgoetz:flux-examples:0.2.1")
'com.github.ptgoetz:flux-examples:jar:0.2.1'
<dependency org="com.github.ptgoetz" name="flux-examples" rev="0.2.1">
<artifact name="flux-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='flux-examples', version='0.2.1')
)
libraryDependencies += "com.github.ptgoetz" % "flux-examples" % "0.2.1"
[com.github.ptgoetz/flux-examples "0.2.1"]