easy-parent

Parent of Easy Projects

Лицензия

Лицензия

Группа

Группа

xyz.srclab.common
Идентификатор

Идентификатор

easy-parent
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

easy-parent
Parent of Easy Projects
Ссылка на сайт

Ссылка на сайт

https://github.com/srclab-projects/easy-common
Система контроля версий

Система контроля версий

https://github.com/srclab-projects/easy-common

Скачать easy-parent

Имя Файла Размер
easy-parent-1.0.0.pom
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Boat: SrcLab Core Libraries for Java/kotlin

Boat

Choose the doc style and language you like:

More see docs/

Contact

License

Apache 2.0 license


There seems to be something below...































































































































boat-egg: Wow, you found me!

public class EggSample {

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

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

Source Lab

Fun with Coding and Researching

Версии библиотеки

Версия
1.0.0
0.0.0