GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdpurefun |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
purefun-0.9.1.pom | |
purefun-0.9.1.jar | 335 KB |
purefun-0.9.1-sources.jar | 83 KB |
purefun-0.9.1-javadoc.jar | 483 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purefun/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purefun</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purefun/
implementation 'com.github.tonivade:purefun:0.9.1'
// https://jarcasting.com/artifacts/com.github.tonivade/purefun/
implementation ("com.github.tonivade:purefun:0.9.1")
'com.github.tonivade:purefun:jar:0.9.1'
<dependency org="com.github.tonivade" name="purefun" rev="0.9.1">
<artifact name="purefun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purefun', version='0.9.1')
)
libraryDependencies += "com.github.tonivade" % "purefun" % "0.9.1"
[com.github.tonivade/purefun "0.9.1"]