| License |
License |
|---|---|
| GroupId | GroupIdcn.com.connext.msf |
| ArtifactId | ArtifactIdmsf-docs |
| Last Version | Last Version2.0.2.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConnext MSF Documents
Lianwei MicroService Framework
|
| Filename | Size |
|---|---|
| msf-docs-2.0.2.RELEASE.pom | |
| msf-docs-2.0.2.RELEASE.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.com.connext.msf/msf-docs/ -->
<dependency>
<groupId>cn.com.connext.msf</groupId>
<artifactId>msf-docs</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.connext.msf/msf-docs/
implementation 'cn.com.connext.msf:msf-docs:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/cn.com.connext.msf/msf-docs/
implementation ("cn.com.connext.msf:msf-docs:2.0.2.RELEASE")
'cn.com.connext.msf:msf-docs:jar:2.0.2.RELEASE'
<dependency org="cn.com.connext.msf" name="msf-docs" rev="2.0.2.RELEASE">
<artifact name="msf-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.connext.msf', module='msf-docs', version='2.0.2.RELEASE')
)
libraryDependencies += "cn.com.connext.msf" % "msf-docs" % "2.0.2.RELEASE"
[cn.com.connext.msf/msf-docs "2.0.2.RELEASE"]