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