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