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