| License |
License |
|---|---|
| GroupId | GroupIdcom.foursoft.kblmodel |
| ArtifactId | ArtifactIdkbl-parent |
| Version | Version1.4.1 |
| Type | Typepom |
| Description |
Descriptioncom.foursoft.kblmodel:kbl-parent
JAXB-Model of the KBL based on the underlying UML-model (not only the XSD)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kbl-parent-1.4.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.foursoft.kblmodel/kbl-parent/ -->
<dependency>
<groupId>com.foursoft.kblmodel</groupId>
<artifactId>kbl-parent</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.foursoft.kblmodel/kbl-parent/
implementation 'com.foursoft.kblmodel:kbl-parent:1.4.1'
// https://jarcasting.com/artifacts/com.foursoft.kblmodel/kbl-parent/
implementation ("com.foursoft.kblmodel:kbl-parent:1.4.1")
'com.foursoft.kblmodel:kbl-parent:pom:1.4.1'
<dependency org="com.foursoft.kblmodel" name="kbl-parent" rev="1.4.1">
<artifact name="kbl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.foursoft.kblmodel', module='kbl-parent', version='1.4.1')
)
libraryDependencies += "com.foursoft.kblmodel" % "kbl-parent" % "1.4.1"
[com.foursoft.kblmodel/kbl-parent "1.4.1"]