boat-dependencies


License

License

GroupId

GroupId

xyz.srclab.common
ArtifactId

ArtifactId

boat-dependencies
Last Version

Last Version

0.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

boat-dependencies
boat-dependencies
Project URL

Project URL

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

Source Code Management

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

Download boat-dependencies

How to add to project

<!-- https://jarcasting.com/artifacts/xyz.srclab.common/boat-dependencies/ -->
<dependency>
    <groupId>xyz.srclab.common</groupId>
    <artifactId>boat-dependencies</artifactId>
    <version>0.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.srclab.common/boat-dependencies/
implementation 'xyz.srclab.common:boat-dependencies:0.0.0'
// https://jarcasting.com/artifacts/xyz.srclab.common/boat-dependencies/
implementation ("xyz.srclab.common:boat-dependencies:0.0.0")
'xyz.srclab.common:boat-dependencies:pom:0.0.0'
<dependency org="xyz.srclab.common" name="boat-dependencies" rev="0.0.0">
  <artifact name="boat-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.srclab.common', module='boat-dependencies', version='0.0.0')
)
libraryDependencies += "xyz.srclab.common" % "boat-dependencies" % "0.0.0"
[xyz.srclab.common/boat-dependencies "0.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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