GroupId | GroupIdcom.xxelin |
---|---|
ArtifactId | ArtifactIdwhale-core |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
whale-core-1.0.0-RELEASE.pom | |
whale-core-1.0.0-RELEASE.jar | 24 KB |
whale-core-1.0.0-RELEASE-sources.jar | 12 KB |
whale-core-1.0.0-RELEASE-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xxelin/whale-core/ -->
<dependency>
<groupId>com.xxelin</groupId>
<artifactId>whale-core</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.xxelin/whale-core/
implementation 'com.xxelin:whale-core:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.xxelin/whale-core/
implementation ("com.xxelin:whale-core:1.0.0-RELEASE")
'com.xxelin:whale-core:jar:1.0.0-RELEASE'
<dependency org="com.xxelin" name="whale-core" rev="1.0.0-RELEASE">
<artifact name="whale-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xxelin', module='whale-core', version='1.0.0-RELEASE')
)
libraryDependencies += "com.xxelin" % "whale-core" % "1.0.0-RELEASE"
[com.xxelin/whale-core "1.0.0-RELEASE"]