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