| GroupId | GroupIdcc.shacocloud |
|---|---|
| ArtifactId | ArtifactIdmirage-web-mvc |
| Version | Version1.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| mirage-web-mvc-1.0-RELEASE.pom | |
| mirage-web-mvc-1.0-RELEASE.jar | 194 KB |
| mirage-web-mvc-1.0-RELEASE-sources.jar | 134 KB |
| mirage-web-mvc-1.0-RELEASE-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.shacocloud/mirage-web-mvc/ -->
<dependency>
<groupId>cc.shacocloud</groupId>
<artifactId>mirage-web-mvc</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cc.shacocloud/mirage-web-mvc/
implementation 'cc.shacocloud:mirage-web-mvc:1.0-RELEASE'
// https://jarcasting.com/artifacts/cc.shacocloud/mirage-web-mvc/
implementation ("cc.shacocloud:mirage-web-mvc:1.0-RELEASE")
'cc.shacocloud:mirage-web-mvc:jar:1.0-RELEASE'
<dependency org="cc.shacocloud" name="mirage-web-mvc" rev="1.0-RELEASE">
<artifact name="mirage-web-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.shacocloud', module='mirage-web-mvc', version='1.0-RELEASE')
)
libraryDependencies += "cc.shacocloud" % "mirage-web-mvc" % "1.0-RELEASE"
[cc.shacocloud/mirage-web-mvc "1.0-RELEASE"]