Download cwtrpc-core-0.9.0.jar file - Jar c

Jar examples for c:cwtrpc-core

Description

Provides core functions that enables the development of a controller for GWT based remote services without requiring that other artifacts (like a security artifact) have direct dependencies to that specific controller.

You can download jar file cwtrpc-core 0.9.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add cwtrpc-core-0.9.0.jar to your project.

<dependency>
   <groupId>de.itsvs</groupId>
   <artifactId>cwtrpc-core</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'de.itsvs', name: 'cwtrpc-core', version: '0.9.0'
libraryDependencies += "de.itsvs" % "cwtrpc-core" % "0.9.0"
<dependency org="de.itsvs" name="cwtrpc-core" rev="0.9.0"/>
@Grapes(@Grab(group='de.itsvs', module='cwtrpc-core', version='0.9.0'))
'de.itsvs:cwtrpc-core:jar:0.9.0'

Download

Click the following link to download the jar file.

cwtrpc-core-0.9.0-javadoc.jar
cwtrpc-core-0.9.0-sources.jar
cwtrpc-core-0.9.0.jar
cwtrpc-core-0.9.0.pom



Related Tutorials