GithubHelp home page GithubHelp logo

timjstewart / pluginexpress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from restexpress/pluginexpress

0.0 2.0 0.0 472 KB

RestExpress-specific plugins. Plus a registry of third-party (externally written) plugins for enhancing RestExpress functionality. Please see the wiki or the plugin-specific README for more details on each plugin.

License: Apache License 2.0

Java 100.00%

pluginexpress's Introduction

Build Status Build Status

waffle.io Stories in Ready

Plugin-Registry

RestExpress-specific plugins. Plus a registry of third-party (externally written) plugins for enhancing RestExpress functionality. Please see the README for each individual plugin for additional details. Or the PluginExpress wiki page.

General Maven Usage

Stable:

		<dependency>
			<groupId>com.strategicgains.plugin-express</groupId>
			<artifactId>* plugin name here *</artifactId>
			<version>0.2.6</version>
		</dependency>

Development:

		<dependency>
			<groupId>com.strategicgains.plugin-express</groupId>
			<artifactId>PluginExpress</artifactId>
			<version>0.3.0-SNAPSHOT</version>
		</dependency>

Or download the jar directly from: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22plugin-express%22

Note that to use the SNAPSHOT versions, you must enable snapshots and a repository in your pom file as follows:

  <profiles>
    <profile>
       <id>allow-snapshots</id>
          <activation><activeByDefault>true</activeByDefault></activation>
       <repositories>
         <repository>
           <id>snapshots-repo</id>
           <url>https://oss.sonatype.org/content/repositories/snapshots</url>
           <releases><enabled>false</enabled></releases>
           <snapshots><enabled>true</enabled></snapshots>
         </repository>
       </repositories>
     </profile>
  </profiles>

pluginexpress's People

Contributors

tfredrich avatar ritzbitz01 avatar russtrotter avatar notyalca avatar gustavohenrique avatar wes-williams avatar tschwecke avatar mathewl avatar gli-pearson avatar michaelholstine avatar pbj23000 avatar

Watchers

Tim Stewart avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.