Download ms-base-1.0.4.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.4 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials