Jar examples for m:ms-base
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.
The MIT License (MIT)
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'
Click the following link to download the jar file.
ms-base-1.0.6-javadoc.jar