| GroupId | GroupIdme.chyxion.summer |
|---|---|
| ArtifactId | ArtifactIdsummer-webmvc |
| Version | Version0.0.1-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| summer-webmvc-0.0.1-RELEASE.pom | |
| summer-webmvc-0.0.1-RELEASE.jar | 38 KB |
| summer-webmvc-0.0.1-RELEASE-sources.jar | 26 KB |
| summer-webmvc-0.0.1-RELEASE-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.chyxion.summer/summer-webmvc/ -->
<dependency>
<groupId>me.chyxion.summer</groupId>
<artifactId>summer-webmvc</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.chyxion.summer/summer-webmvc/
implementation 'me.chyxion.summer:summer-webmvc:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/me.chyxion.summer/summer-webmvc/
implementation ("me.chyxion.summer:summer-webmvc:0.0.1-RELEASE")
'me.chyxion.summer:summer-webmvc:jar:0.0.1-RELEASE'
<dependency org="me.chyxion.summer" name="summer-webmvc" rev="0.0.1-RELEASE">
<artifact name="summer-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.chyxion.summer', module='summer-webmvc', version='0.0.1-RELEASE')
)
libraryDependencies += "me.chyxion.summer" % "summer-webmvc" % "0.0.1-RELEASE"
[me.chyxion.summer/summer-webmvc "0.0.1-RELEASE"]