g

gwt-integration-deletable

Code for performance improvements through the introduction of the Deletable concept.
Files download
File Operation
gwt-integration-deletable-1.0.0-alpha4.jar download
gwt-integration-deletable-1.0.0-alpha4.pom download
gwt-integration-deletable-1.0.0-alpha4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.apetrelli.gwtintegration</groupId>
  <artifactId>gwt-integration-deletable</artifactId>
  <version>1.0.0-alpha4</version>
</dependency>
Gradle Groovy
implementation 'com.github.apetrelli.gwtintegration:gwt-integration-deletable:1.0.0-alpha4'
Gradle Kotlin
implementation("com.github.apetrelli.gwtintegration:gwt-integration-deletable:1.0.0-alpha4")
Scala SBT
libraryDependencies += "com.github.apetrelli.gwtintegration" % "gwt-integration-deletable" % "1.0.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.apetrelli.gwtintegration', module='gwt-integration-deletable', version='1.0.0-alpha4')
)
Apache Ivy
<dependency org="com.github.apetrelli.gwtintegration" name="gwt-integration-deletable" rev="1.0.0-alpha4" />
Leiningen
[com.github.apetrelli.gwtintegration/gwt-integration-deletable "1.0.0-alpha4"]
Apache Buildr
'com.github.apetrelli.gwtintegration:gwt-integration-deletable:jar:1.0.0-alpha4'