Download ms-base-1.0.6.jar file - Jar m

Jar examples for m:ms-base

Description

This provides a parent project POM used to quickly bootstrap microservice development.

You can download jar file ms-base 1.0.6 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add ms-base-1.0.6.jar to your project.

<dependency>
   <groupId>net.mingsoft</groupId>
   <artifactId>ms-base</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'net.mingsoft', name: 'ms-base', version: '1.0.6'
libraryDependencies += "net.mingsoft" % "ms-base" % "1.0.6"
<dependency org="net.mingsoft" name="ms-base" rev="1.0.6"/>
@Grapes(@Grab(group='net.mingsoft', module='ms-base', version='1.0.6'))
'net.mingsoft:ms-base:jar:1.0.6'

Download

Click the following link to download the jar file.

ms-base-1.0.6-javadoc.jar
ms-base-1.0.6-sources.jar
ms-base-1.0.6.jar
ms-base-1.0.6.pom



Related Tutorials