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