Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration ORM Data |
---|---|
GroupId | GroupIdio.confound |
ArtifactId | ArtifactIdconfig-file-format-xml-provider |
Version | Version0.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.confound/config-file-format-xml-provider/ -->
<dependency>
<groupId>io.confound</groupId>
<artifactId>config-file-format-xml-provider</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.confound/config-file-format-xml-provider/
implementation 'io.confound:config-file-format-xml-provider:0.6.1'
// https://jarcasting.com/artifacts/io.confound/config-file-format-xml-provider/
implementation ("io.confound:config-file-format-xml-provider:0.6.1")
'io.confound:config-file-format-xml-provider:jar:0.6.1'
<dependency org="io.confound" name="config-file-format-xml-provider" rev="0.6.1">
<artifact name="config-file-format-xml-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confound', module='config-file-format-xml-provider', version='0.6.1')
)
libraryDependencies += "io.confound" % "config-file-format-xml-provider" % "0.6.1"
[io.confound/config-file-format-xml-provider "0.6.1"]