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.62.0.1.jar download
entity-assist-0.62.0.1.pom download
entity-assist-0.62.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.jre11</groupId>
  <artifactId>entity-assist</artifactId>
  <version>0.62.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.jre11:entity-assist:0.62.0.1'
Gradle Kotlin
implementation("com.jwebmp.jre11:entity-assist:0.62.0.1")
Scala SBT
libraryDependencies += "com.jwebmp.jre11" % "entity-assist" % "0.62.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.jre11', module='entity-assist', version='0.62.0.1')
)
Apache Ivy
<dependency org="com.jwebmp.jre11" name="entity-assist" rev="0.62.0.1" />
Leiningen
[com.jwebmp.jre11/entity-assist "0.62.0.1"]
Apache Buildr
'com.jwebmp.jre11:entity-assist:jar:0.62.0.1'