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