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