GroupId | GroupIdcom.github.fangjinuo.esmvc |
---|---|
ArtifactId | ArtifactIdesmvc-model |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
esmvc-model-1.3.4.pom | |
esmvc-model-1.3.4.jar | 9 KB |
esmvc-model-1.3.4-sources.jar | 4 KB |
esmvc-model-1.3.4-javadoc.jar | 71 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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.esmvc/esmvc-model/
implementation 'com.github.fangjinuo.esmvc:esmvc-model:1.3.4'
// https://jarcasting.com/artifacts/com.github.fangjinuo.esmvc/esmvc-model/
implementation ("com.github.fangjinuo.esmvc:esmvc-model:1.3.4")
'com.github.fangjinuo.esmvc:esmvc-model:jar:1.3.4'
<dependency org="com.github.fangjinuo.esmvc" name="esmvc-model" rev="1.3.4">
<artifact name="esmvc-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.esmvc', module='esmvc-model', version='1.3.4')
)
libraryDependencies += "com.github.fangjinuo.esmvc" % "esmvc-model" % "1.3.4"
[com.github.fangjinuo.esmvc/esmvc-model "1.3.4"]