j

jwic

jWic is a java-based development framework for developing dynamic web applications with the convenience and familiarity of 'rich client' style programming.
https://github.com/xwic/jWic
The Apache Software License, Version 2.0
Adrian Ionescu Andrei Pat Alexandru Bledea Daniel Otto Bogdan Bugarschi Claudiu Mateias Dora Policarp Jens Bornemann Florian Lippisch Ronny Pfretzschner Eugen Fleseriu
Files download
File Operation
jwic-5.3.43.pom download
Apache Maven
<dependency>
  <groupId>de.xwic.jwic</groupId>
  <artifactId>jwic</artifactId>
  <version>5.3.43</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.xwic.jwic:jwic:5.3.43'
Gradle Kotlin
implementation("de.xwic.jwic:jwic:5.3.43")
Scala SBT
libraryDependencies += "de.xwic.jwic" % "jwic" % "5.3.43"
Groovy Grape
@Grapes(
  @Grab(group='de.xwic.jwic', module='jwic', version='5.3.43')
)
Apache Ivy
<dependency org="de.xwic.jwic" name="jwic" rev="5.3.43" />
Leiningen
[de.xwic.jwic/jwic "5.3.43"]
Apache Buildr
'de.xwic.jwic:jwic:jar:5.3.43'