| GroupId | GroupIdcom.hencjo.summer |
|---|---|
| ArtifactId | ArtifactIdsummer-migration |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| summer-migration-1.0.pom | |
| summer-migration-1.0.jar | 15 KB |
| summer-migration-1.0-sources.jar | 7 KB |
| summer-migration-1.0-javadoc.jar | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hencjo.summer/summer-migration/ -->
<dependency>
<groupId>com.hencjo.summer</groupId>
<artifactId>summer-migration</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hencjo.summer/summer-migration/
implementation 'com.hencjo.summer:summer-migration:1.0'
// https://jarcasting.com/artifacts/com.hencjo.summer/summer-migration/
implementation ("com.hencjo.summer:summer-migration:1.0")
'com.hencjo.summer:summer-migration:jar:1.0'
<dependency org="com.hencjo.summer" name="summer-migration" rev="1.0">
<artifact name="summer-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hencjo.summer', module='summer-migration', version='1.0')
)
libraryDependencies += "com.hencjo.summer" % "summer-migration" % "1.0"
[com.hencjo.summer/summer-migration "1.0"]