| Группа | Группаcn.com.connext.msf |
|---|---|
| Идентификатор | Идентификаторmsf-core |
| Версия | Версия2.0.2.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| msf-core-2.0.2.RELEASE.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.com.connext.msf/msf-core/ -->
<dependency>
<groupId>cn.com.connext.msf</groupId>
<artifactId>msf-core</artifactId>
<version>2.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.com.connext.msf/msf-core/
implementation 'cn.com.connext.msf:msf-core:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/cn.com.connext.msf/msf-core/
implementation ("cn.com.connext.msf:msf-core:2.0.2.RELEASE")
'cn.com.connext.msf:msf-core:pom:2.0.2.RELEASE'
<dependency org="cn.com.connext.msf" name="msf-core" rev="2.0.2.RELEASE">
<artifact name="msf-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.com.connext.msf', module='msf-core', version='2.0.2.RELEASE')
)
libraryDependencies += "cn.com.connext.msf" % "msf-core" % "2.0.2.RELEASE"
[cn.com.connext.msf/msf-core "2.0.2.RELEASE"]