| GroupId | GroupIdcom.github.fangjinuo.esmvc |
|---|---|
| ArtifactId | ArtifactIdesmvc-model |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| esmvc-model-1.1.0.pom | |
| esmvc-model-1.1.0.jar | 11 KB |
| esmvc-model-1.1.0-sources.jar | 5 KB |
| esmvc-model-1.1.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.esmvc/esmvc-model/ -->
<dependency>
<groupId>com.github.fangjinuo.esmvc</groupId>
<artifactId>esmvc-model</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.esmvc/esmvc-model/
implementation 'com.github.fangjinuo.esmvc:esmvc-model:1.1.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.esmvc/esmvc-model/
implementation ("com.github.fangjinuo.esmvc:esmvc-model:1.1.0")
'com.github.fangjinuo.esmvc:esmvc-model:jar:1.1.0'
<dependency org="com.github.fangjinuo.esmvc" name="esmvc-model" rev="1.1.0">
<artifact name="esmvc-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.esmvc', module='esmvc-model', version='1.1.0')
)
libraryDependencies += "com.github.fangjinuo.esmvc" % "esmvc-model" % "1.1.0"
[com.github.fangjinuo.esmvc/esmvc-model "1.1.0"]