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