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