Microbule :: Decorator :: Parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

org.microbule
ArtifactId

ArtifactId

microbule-decorator-parent
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Microbule :: Decorator :: Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download microbule-decorator-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.microbule/microbule-decorator-parent/ -->
<dependency>
    <groupId>org.microbule</groupId>
    <artifactId>microbule-decorator-parent</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microbule/microbule-decorator-parent/
implementation 'org.microbule:microbule-decorator-parent:0.1.1'
// https://jarcasting.com/artifacts/org.microbule/microbule-decorator-parent/
implementation ("org.microbule:microbule-decorator-parent:0.1.1")
'org.microbule:microbule-decorator-parent:pom:0.1.1'
<dependency org="org.microbule" name="microbule-decorator-parent" rev="0.1.1">
  <artifact name="microbule-decorator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microbule', module='microbule-decorator-parent', version='0.1.1')
)
libraryDependencies += "org.microbule" % "microbule-decorator-parent" % "0.1.1"
[org.microbule/microbule-decorator-parent "0.1.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.microbule : microbule-spi jar 0.1.1
org.osgi : org.osgi.core jar 5.0.0
org.apache.commons : commons-lang3 jar 3.5
org.slf4j : slf4j-api jar 1.7.21

provided (3)

Group / Artifact Type Version
org.osgi : org.osgi.compendium jar 5.0.0
javax.ws.rs : javax.ws.rs-api jar 2.0.1
javax.annotation : javax.annotation-api jar 1.2

test (4)

Group / Artifact Type Version
org.microbule : microbule-test jar 0.1.1
junit : junit jar 4.12
org.mockito : mockito-core jar 2.2.10
org.slf4j : slf4j-log4j12 jar 1.7.21

Project Modules

  • gson
  • errormap
  • cors
  • validation
  • tracer
  • requestlog
  • circuitbreaker
  • cache
  • timeout

Microbule

Maven Central Javadocs Build Status Quality Gate Coverage Tech Debt License Gitter chat

Microbule provides a framework for developing Microservices quickly and easily! Services are written using the standard Java API for RESTful Services (JAX-RS).

Table of Contents

Documentation

Visit our Documentation!

Building Microbule

  1. Clone the Git repository from GitHub:
git clone [email protected]:Microbule/microbule.git
  1. Build Microbule Using Apache Maven:
mvn clean install

Support

Please open an issue for support.

Community

Please join us on Gitter!

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

Microbule is licensed under the Apache License 2.0.

What's in a Name?

A "microbule" is a unit of length used in Marvel's Guardians of the Galaxy movie (the lineup scene). Microbule strives to be the microservices framework that the others will try to measure up to!

Versions

Version
0.1.1
0.1.0