| License |
License |
|---|---|
| GroupId | GroupIdcn.com.connext.msf |
| ArtifactId | ArtifactIdmsf-core |
| Last Version | Last Version3.0.0.RELEASE |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionConnext MSF Core Project
Lianwei MicroService Framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| msf-core-3.0.0.RELEASE.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.com.connext.msf/msf-core/ -->
<dependency>
<groupId>cn.com.connext.msf</groupId>
<artifactId>msf-core</artifactId>
<version>3.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.com.connext.msf/msf-core/
implementation 'cn.com.connext.msf:msf-core:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.com.connext.msf/msf-core/
implementation ("cn.com.connext.msf:msf-core:3.0.0.RELEASE")
'cn.com.connext.msf:msf-core:pom:3.0.0.RELEASE'
<dependency org="cn.com.connext.msf" name="msf-core" rev="3.0.0.RELEASE">
<artifact name="msf-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.com.connext.msf', module='msf-core', version='3.0.0.RELEASE')
)
libraryDependencies += "cn.com.connext.msf" % "msf-core" % "3.0.0.RELEASE"
[cn.com.connext.msf/msf-core "3.0.0.RELEASE"]