boat-codec


License

License

GroupId

GroupId

xyz.srclab.common
ArtifactId

ArtifactId

boat-codec
Last Version

Last Version

0.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

boat-codec
boat-codec
Project URL

Project URL

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

Source Code Management

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

Download boat-codec

Dependencies

compile (4)

Group / Artifact Type Version
xyz.srclab.common : boat-core jar 0.0.0
commons-codec : commons-codec jar
org.bouncycastle : bcprov-jdk15on 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