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