| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.github.pureconfig |
| ArtifactId | ArtifactIdpureconfig-macros_2.13 |
| Version | Version0.11.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pureconfig/pureconfig-macros_2.13/ -->
<dependency>
<groupId>com.github.pureconfig</groupId>
<artifactId>pureconfig-macros_2.13</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pureconfig/pureconfig-macros_2.13/
implementation 'com.github.pureconfig:pureconfig-macros_2.13:0.11.1'
// https://jarcasting.com/artifacts/com.github.pureconfig/pureconfig-macros_2.13/
implementation ("com.github.pureconfig:pureconfig-macros_2.13:0.11.1")
'com.github.pureconfig:pureconfig-macros_2.13:jar:0.11.1'
<dependency org="com.github.pureconfig" name="pureconfig-macros_2.13" rev="0.11.1">
<artifact name="pureconfig-macros_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pureconfig', module='pureconfig-macros_2.13', version='0.11.1')
)
libraryDependencies += "com.github.pureconfig" % "pureconfig-macros_2.13" % "0.11.1"
[com.github.pureconfig/pureconfig-macros_2.13 "0.11.1"]