e

entity-assist

Allows for instant query builders and constructs statements for nicer output to the console
https://github.com/GedMarc/EntityAssist
Files download
File Operation
entity-assist-0.59.0.14.jar download
entity-assist-0.59.0.14.pom download
entity-assist-0.59.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.jre10</groupId>
  <artifactId>entity-assist</artifactId>
  <version>0.59.0.14</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.jre10:entity-assist:0.59.0.14'
Gradle Kotlin
implementation("com.jwebmp.jre10:entity-assist:0.59.0.14")
Scala SBT
libraryDependencies += "com.jwebmp.jre10" % "entity-assist" % "0.59.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.jre10', module='entity-assist', version='0.59.0.14')
)
Apache Ivy
<dependency org="com.jwebmp.jre10" name="entity-assist" rev="0.59.0.14" />
Leiningen
[com.jwebmp.jre10/entity-assist "0.59.0.14"]
Apache Buildr
'com.jwebmp.jre10:entity-assist:jar:0.59.0.14'