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