Last Version

lens4j 0.1.7

Lens4j is a lightweight lens library for Java

License

License

GroupId

GroupId

dev.khbd.lens4j
ArtifactId

ArtifactId

lens4j
Version

Version

0.1.7
Type

Type

pom
Description

Description

lens4j
Lens4j is a lightweight lens library for Java
Project URL

Project URL

https://github.com/KhadanovichSergey/lens4j
Source Code Management

Source Code Management

https://github.com/KhadanovichSergey/lens4j/tree/main

Download lens4j 0.1.7

Filename Size
lens4j-0.1.7.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/dev.khbd.lens4j/lens4j/ -->
<dependency>
    <groupId>dev.khbd.lens4j</groupId>
    <artifactId>lens4j</artifactId>
    <version>0.1.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.khbd.lens4j/lens4j/
implementation 'dev.khbd.lens4j:lens4j:0.1.7'
// https://jarcasting.com/artifacts/dev.khbd.lens4j/lens4j/
implementation ("dev.khbd.lens4j:lens4j:0.1.7")
'dev.khbd.lens4j:lens4j:pom:0.1.7'
<dependency org="dev.khbd.lens4j" name="lens4j" rev="0.1.7">
  <artifact name="lens4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.khbd.lens4j', module='lens4j', version='0.1.7')
)
libraryDependencies += "dev.khbd.lens4j" % "lens4j" % "0.1.7"
[dev.khbd.lens4j/lens4j "0.1.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • lens4j-core
  • lens4j-processor
  • lens4j-benchmark
  • lens4j-common