| License |
License |
|---|---|
| GroupId | GroupIdcom.foursoft.jaxb |
| ArtifactId | ArtifactIdjaxb-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
Descriptionjaxb-parent-pom
Parent POM of all 4Soft JAXB / XML Modules
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jaxb-parent-1.0.0.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.foursoft.jaxb/jaxb-parent/ -->
<dependency>
<groupId>com.foursoft.jaxb</groupId>
<artifactId>jaxb-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.foursoft.jaxb/jaxb-parent/
implementation 'com.foursoft.jaxb:jaxb-parent:1.0.0'
// https://jarcasting.com/artifacts/com.foursoft.jaxb/jaxb-parent/
implementation ("com.foursoft.jaxb:jaxb-parent:1.0.0")
'com.foursoft.jaxb:jaxb-parent:pom:1.0.0'
<dependency org="com.foursoft.jaxb" name="jaxb-parent" rev="1.0.0">
<artifact name="jaxb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.foursoft.jaxb', module='jaxb-parent', version='1.0.0')
)
libraryDependencies += "com.foursoft.jaxb" % "jaxb-parent" % "1.0.0"
[com.foursoft.jaxb/jaxb-parent "1.0.0"]