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