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