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