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