| License |
License |
|---|---|
| GroupId | GroupIdcom.github.foby |
| ArtifactId | ArtifactIdfieldr-user |
| Version | Version0.3 |
| Type | Typejar |
| Description |
DescriptionFieldr Examples
Annotation driven field name and path generator
|
| Filename | Size |
|---|---|
| fieldr-user-0.3.pom | |
| fieldr-user-0.3.jar | 9 KB |
| fieldr-user-0.3-sources.jar | 7 KB |
| fieldr-user-0.3-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.foby/fieldr-user/ -->
<dependency>
<groupId>com.github.foby</groupId>
<artifactId>fieldr-user</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.foby/fieldr-user/
implementation 'com.github.foby:fieldr-user:0.3'
// https://jarcasting.com/artifacts/com.github.foby/fieldr-user/
implementation ("com.github.foby:fieldr-user:0.3")
'com.github.foby:fieldr-user:jar:0.3'
<dependency org="com.github.foby" name="fieldr-user" rev="0.3">
<artifact name="fieldr-user" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.foby', module='fieldr-user', version='0.3')
)
libraryDependencies += "com.github.foby" % "fieldr-user" % "0.3"
[com.github.foby/fieldr-user "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.foby : fieldr | jar | 0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |