e

entity-fields

A group of contracts, which represent the metadata fields, how the fields are encoded, and field change records which have been made.
Files download
File Operation
entity-fields-1.5.0-84.jar download
entity-fields-1.5.0-84.pom download
entity-fields-1.5.0-84-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>entity-fields</artifactId>
  <version>1.5.0-84</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:entity-fields:1.5.0-84'
Gradle Kotlin
implementation("com.github.cafdataprocessing:entity-fields:1.5.0-84")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "entity-fields" % "1.5.0-84"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='entity-fields', version='1.5.0-84')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="entity-fields" rev="1.5.0-84" />
Leiningen
[com.github.cafdataprocessing/entity-fields "1.5.0-84"]
Apache Buildr
'com.github.cafdataprocessing:entity-fields:jar:1.5.0-84'