License |
License |
---|---|
GroupId | GroupIdde.xwic.jwic |
ArtifactId | ArtifactIdjwic |
Last Version | Last Version5.3.43 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionxWic - jWic Framework
jWic is a java-based development framework for developing dynamic web applications with the convenience and
familiarity of 'rich client' style programming.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jwic-5.3.43.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.xwic.jwic/jwic/ -->
<dependency>
<groupId>de.xwic.jwic</groupId>
<artifactId>jwic</artifactId>
<version>5.3.43</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.xwic.jwic/jwic/
implementation 'de.xwic.jwic:jwic:5.3.43'
// https://jarcasting.com/artifacts/de.xwic.jwic/jwic/
implementation ("de.xwic.jwic:jwic:5.3.43")
'de.xwic.jwic:jwic:pom:5.3.43'
<dependency org="de.xwic.jwic" name="jwic" rev="5.3.43">
<artifact name="jwic" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.xwic.jwic', module='jwic', version='5.3.43')
)
libraryDependencies += "de.xwic.jwic" % "jwic" % "5.3.43"
[de.xwic.jwic/jwic "5.3.43"]