License |
License |
---|---|
GroupId | GroupIdcom.lexicalscope.fluent-reflection |
ArtifactId | ArtifactIdfluent-reflection-parent |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionfluent-reflection-parent
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-parent-0.1.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.fluent-reflection/fluent-reflection-parent/ -->
<dependency>
<groupId>com.lexicalscope.fluent-reflection</groupId>
<artifactId>fluent-reflection-parent</artifactId>
<version>0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.fluent-reflection/fluent-reflection-parent/
implementation 'com.lexicalscope.fluent-reflection:fluent-reflection-parent:0.1.5'
// https://jarcasting.com/artifacts/com.lexicalscope.fluent-reflection/fluent-reflection-parent/
implementation ("com.lexicalscope.fluent-reflection:fluent-reflection-parent:0.1.5")
'com.lexicalscope.fluent-reflection:fluent-reflection-parent:pom:0.1.5'
<dependency org="com.lexicalscope.fluent-reflection" name="fluent-reflection-parent" rev="0.1.5">
<artifact name="fluent-reflection-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.fluent-reflection', module='fluent-reflection-parent', version='0.1.5')
)
libraryDependencies += "com.lexicalscope.fluent-reflection" % "fluent-reflection-parent" % "0.1.5"
[com.lexicalscope.fluent-reflection/fluent-reflection-parent "0.1.5"]