License |
License |
---|---|
GroupId | GroupIdcom.lexicalscope.fluent-reflection |
ArtifactId | ArtifactIdfluent-reflection |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfluent-reflection
A library providing a neat interface to the Java
language reflection facilities.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluent-reflection-0.1.5.pom | |
fluent-reflection-0.1.5.jar | 4 KB |
fluent-reflection-0.1.5-tests.jar | 4 KB |
fluent-reflection-0.1.5-no_deps.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.fluent-reflection/fluent-reflection/ -->
<dependency>
<groupId>com.lexicalscope.fluent-reflection</groupId>
<artifactId>fluent-reflection</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.fluent-reflection/fluent-reflection/
implementation 'com.lexicalscope.fluent-reflection:fluent-reflection:0.1.5'
// https://jarcasting.com/artifacts/com.lexicalscope.fluent-reflection/fluent-reflection/
implementation ("com.lexicalscope.fluent-reflection:fluent-reflection:0.1.5")
'com.lexicalscope.fluent-reflection:fluent-reflection:jar:0.1.5'
<dependency org="com.lexicalscope.fluent-reflection" name="fluent-reflection" rev="0.1.5">
<artifact name="fluent-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.fluent-reflection', module='fluent-reflection', version='0.1.5')
)
libraryDependencies += "com.lexicalscope.fluent-reflection" % "fluent-reflection" % "0.1.5"
[com.lexicalscope.fluent-reflection/fluent-reflection "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-integration | jar | 1.3.RC2 |
com.googlecode.lambdaj : lambdaj Optional | jar | 2.3.1 |
com.google.inject : guice Optional | jar | 3.0 |
org.apache.commons : commons-lang3 Optional | jar | 3.0.1 |
com.google.guava : guava Optional | jar | 10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.jmock : jmock-junit4 | jar | 2.6.0-RC2 |