dbd
データベース設計ツール
テーブル定義 マスター定義 トリガー定義
最初のGoal:xmlを取り込んで表示する。
タブとテーブルを使って表示、編集できるようにする。
indexはComboBoxで追加や選択gができるようにする。
| License |
License |
|---|---|
| GroupId | GroupIdcom.uchicom |
| ArtifactId | ArtifactIddbd |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondbd
DB design tool.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dbd-0.0.5.pom | |
| dbd-0.0.5.jar | 13 KB |
| dbd-0.0.5-sources.jar | 6 KB |
| dbd-0.0.5-javadoc.jar | 74 KB |
| dbd-0.0.5-jar-with-dependencies.jar | 14 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uchicom/dbd/ -->
<dependency>
<groupId>com.uchicom</groupId>
<artifactId>dbd</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchicom/dbd/
implementation 'com.uchicom:dbd:0.0.5'
// https://jarcasting.com/artifacts/com.uchicom/dbd/
implementation ("com.uchicom:dbd:0.0.5")
'com.uchicom:dbd:jar:0.0.5'
<dependency org="com.uchicom" name="dbd" rev="0.0.5">
<artifact name="dbd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchicom', module='dbd', version='0.0.5')
)
libraryDependencies += "com.uchicom" % "dbd" % "0.0.5"
[com.uchicom/dbd "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.uchicom : ui | jar | 1.0.0 |
| org.apache.poi : poi | jar | 4.0.0 |
| org.apache.poi : poi-ooxml | jar | 4.0.0 |
| org.apache.poi : poi-ooxml-schemas | jar | 4.0.0 |
データベース設計ツール
テーブル定義 マスター定義 トリガー定義
最初のGoal:xmlを取り込んで表示する。
タブとテーブルを使って表示、編集できるようにする。
indexはComboBoxで追加や選択gができるようにする。