Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

KidsPOSProject/KidsPOS4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KidsPOS4j

Release

子供向けPOSシステムのJava実装ライブラリ

🚨 Deprecation Notice

このリポジトリは現在メンテナンスされていません。 新規プロジェクトでの使用は推奨されません。

🛠️ 技術スタック

  • Java: 1.7+
  • ビルドツール: Gradle
  • データベース: SQLite (sqlite-jdbc)
  • HTTPクライアント:
    • OkHttp3
    • Retrofit2
  • JSONパーサー: Jackson
  • リアクティブプログラミング: RxJava
  • テストフレームワーク: JUnit 4.12
  • コードカバレッジ: JaCoCo

📦 インストール

Gradle

settings.gradle または build.gradle (プロジェクトレベル)

dependencyResolutionManagement {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

build.gradle (アプリレベル)

dependencies {
    implementation 'com.github.KidsPOSProject:KidsPOS4j:Tag'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.KidsPOSProject</groupId>
    <artifactId>KidsPOS4j</artifactId>
    <version>Tag</version>
</dependency>

📄 ライセンス

このプロジェクトのライセンスについては、LICENSEファイルをご参照ください。

🤝 コントリビューション

このプロジェクトは現在メンテナンスされていないため、新規のプルリクエストは受け付けていません。

About

[Deprecated] kidspos4j

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages