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