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