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