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