License |
License |
---|---|
GroupId | GroupIddev.khbd.lens4j |
ArtifactId | ArtifactIdlens-core |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionLens4j is a lightweight lens library for Java
|
Filename | Size |
---|---|
lens-core-0.1.pom | |
lens-core-0.1.jar | 11 KB |
lens-core-0.1-sources.jar | 9 KB |
lens-core-0.1-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.khbd.lens4j/lens-core/ -->
<dependency>
<groupId>dev.khbd.lens4j</groupId>
<artifactId>lens-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.khbd.lens4j/lens-core/
implementation 'dev.khbd.lens4j:lens-core:0.1'
// https://jarcasting.com/artifacts/dev.khbd.lens4j/lens-core/
implementation ("dev.khbd.lens4j:lens-core:0.1")
'dev.khbd.lens4j:lens-core:jar:0.1'
<dependency org="dev.khbd.lens4j" name="lens-core" rev="0.1">
<artifact name="lens-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.khbd.lens4j', module='lens-core', version='0.1')
)
libraryDependencies += "dev.khbd.lens4j" % "lens-core" % "0.1"
[dev.khbd.lens4j/lens-core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |
org.assertj : assertj-core | jar | 3.20.2 |
org.mockito : mockito-core | jar | 3.9.0 |