boat-protobuf


License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

xyz.srclab.common
ArtifactId

ArtifactId

boat-protobuf
Last Version

Last Version

0.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

boat-protobuf
boat-protobuf
Project URL

Project URL

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

Source Code Management

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

Download boat-protobuf

Dependencies

compile (4)

Group / Artifact Type Version
xyz.srclab.common : boat-serialize jar 0.0.0
com.google.protobuf : protobuf-java jar
com.hubspot.jackson : jackson-datatype-protobuf 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