Download micro-grizzly-1.0.0.jar file - Jar m

Jar examples for m:micro-grizzly

Description

Opinionated rest microservices

You can download jar file micro-grizzly 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add micro-grizzly-1.0.0.jar to your project.

<dependency>
   <groupId>com.oath.microservices</groupId>
   <artifactId>micro-grizzly</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.oath.microservices', name: 'micro-grizzly', version: '1.0.0'
libraryDependencies += "com.oath.microservices" % "micro-grizzly" % "1.0.0"
<dependency org="com.oath.microservices" name="micro-grizzly" rev="1.0.0"/>
@Grapes(@Grab(group='com.oath.microservices', module='micro-grizzly', version='1.0.0'))
'com.oath.microservices:micro-grizzly:jar:1.0.0'

Download

Click the following link to download the jar file.

micro-grizzly-1.0.0-javadoc.jar
micro-grizzly-1.0.0-sources.jar
micro-grizzly-1.0.0-tests.jar
micro-grizzly-1.0.0.jar
micro-grizzly-1.0.0.pom



Related Tutorials