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