boat-core


License

License

GroupId

GroupId

xyz.srclab.common
ArtifactId

ArtifactId

boat-core
Last Version

Last Version

0.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

boat-core
boat-core
Project URL

Project URL

https://github.com/srclab-projects/boat
Source Code Management

Source Code Management

https://github.com/srclab-projects/boat

Download boat-core

Dependencies

compile (10)

Group / Artifact Type Version
xyz.srclab.annotations : boat-annotations jar 0.0.0
org.slf4j : slf4j-api jar
org.apache.commons : commons-lang3 jar
org.apache.commons : commons-collections4 jar
commons-beanutils : commons-beanutils jar
commons-io : commons-io jar
com.google.guava : guava jar
com.github.ben-manes.caffeine : caffeine jar
org.yaml : snakeyaml jar
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32

Project Modules

There are no modules declared in this project.

Boat Boat: SrcLab Core Libraries for Java/kotlin

Choose doc style you like:

More see docs/

Contribution and Contact

License

Apache 2.0 license

There seems to be something below?

































































































































boat-egg: Wow, you found me!

  • Java
public class EggSample {

  @Test
  public void testEgg() {
    EggManager eggManager = BoatEggManager.INSTANCE;
    Egg egg = eggManager.pick("O Battle");
    //egg.hatchOut("Thank you, Taro.");
    egg.hatchOut("谢谢你,泰罗。");
  }
}
  • Kotlin
class EggSample {

  @Test
  fun testEgg() {
    val egg = BoatEggManager.pick("O Battle")
    egg.hatchOut("Thank you, Taro.")
    //egg.hatchOut("谢谢你,泰罗。")
  }
}
xyz.srclab.common

Source Lab

Fun with Coding and Researching

Versions

Version
0.0.0