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