Skip to content
Spiderwiz

Spiderwiz

Let the wizard weave your web

Menu
  • About
  • Vision
  • Download
  • Tutorial
  • Javadoc
  • Blog
  • Contact

Getting Spiderwiz

Dependencies

Spiderwiz is built, assembled and installed using Maven. Spiderwiz is deployed to the Maven Central Repository at the following location: https://repo1.maven.org/. Jars, Jar sources and Jar JavaDoc are available there. To use Spiderwiz, all you need is to include the following dependency in your project’s POM.XML file:

<dependency>
    <groupId>org.spiderwiz</groupId>
    <artifactId>spiderwiz-core</artifactId>
    <version>4.3</version>
</dependency>

Alternatively you can pull the dependency from Spiderwiz internal repository. Define it by:

<project>
  ...
  <repositories>
    <repository>
      <id>spiderwiz-internal</id>
      <url>http://spiderwiz.org/repo</url>
    </repository>
  </repositories>
  ...
</project>

If you want your application to accept WebSocket connections as a server (see Spiderwiz Tutorial – Lesson 3), then you would need to include also the following dependency:

<dependency>
  	<groupId>org.spiderwiz</groupId>
  	<artifactId>spiderwiz-websocket-server</artifactId>
  	<version>1.3</version>
</dependency>

If you want your application to be managed by SpiderAdmin you would need the following dependency, available only through Spiderwiz internal repository:

<dependency>
    <groupId>org.spiderwiz</groupId>
    <artifactId>spiderwiz-admin</artifactId>
    <version>2.3</version>
</dependency>

Depending on the features of Spiderwiz that you use, you may need other dependencies. For example, if you configure your application as a standalone WebSocket client, you may use the following dependency:

<dependency>
	<groupId>org.glassfish.tyrus.bundles</groupId>
    <artifactId>tyrus-standalone-client</artifactId>
    <version>1.15</version>
</dependency>

Direct download

Non-Maven users can download the above mentioned jars directly from:

  • http://spiderwiz.org/repo/org/spiderwiz/spiderwiz-core/4.3/spiderwiz-core-4.3.jar
  • http://spiderwiz.org/repo/org/spiderwiz/spiderwiz-websocket-server/1.3/spiderwiz-websocket-server-1.3.jar
  • http://spiderwiz.org/repo/org/spiderwiz/spiderwiz-admin/2.3/spiderwiz-admin-2.3.jar

Source control

Spiderwiz Source Control repository is at https://github.com/zvilif/spiderwiz.

License terms

Copyright © 2020, spiderwiz.org. All rights reserved. Use is subject to license terms.

Useful Links

  • Maven Central Repository
  • Spiderwiz internal repository
  • Spiderwiz Source Control
  • Spiderwiz license
  • Spiderwiz Javadoc

Spiderwiz 2025 . Powered by WordPress