Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jibx.config |
ArtifactId | ArtifactIdjibx-parent |
Version | Version4 |
Type | Typepom |
Filename | Size |
---|---|
jibx-parent-4.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jibx.config/jibx-parent/ -->
<dependency>
<groupId>org.jibx.config</groupId>
<artifactId>jibx-parent</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jibx.config/jibx-parent/
implementation 'org.jibx.config:jibx-parent:4'
// https://jarcasting.com/artifacts/org.jibx.config/jibx-parent/
implementation ("org.jibx.config:jibx-parent:4")
'org.jibx.config:jibx-parent:pom:4'
<dependency org="org.jibx.config" name="jibx-parent" rev="4">
<artifact name="jibx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jibx.config', module='jibx-parent', version='4')
)
libraryDependencies += "org.jibx.config" % "jibx-parent" % "4"
[org.jibx.config/jibx-parent "4"]