Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdone.microstream |
ArtifactId | ArtifactIdmicrostream-configuration-hocon |
Version | Version05.00.00-MS-GA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/one.microstream/microstream-configuration-hocon/ -->
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration-hocon</artifactId>
<version>05.00.00-MS-GA</version>
</dependency>
// https://jarcasting.com/artifacts/one.microstream/microstream-configuration-hocon/
implementation 'one.microstream:microstream-configuration-hocon:05.00.00-MS-GA'
// https://jarcasting.com/artifacts/one.microstream/microstream-configuration-hocon/
implementation ("one.microstream:microstream-configuration-hocon:05.00.00-MS-GA")
'one.microstream:microstream-configuration-hocon:jar:05.00.00-MS-GA'
<dependency org="one.microstream" name="microstream-configuration-hocon" rev="05.00.00-MS-GA">
<artifact name="microstream-configuration-hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.microstream', module='microstream-configuration-hocon', version='05.00.00-MS-GA')
)
libraryDependencies += "one.microstream" % "microstream-configuration-hocon" % "05.00.00-MS-GA"
[one.microstream/microstream-configuration-hocon "05.00.00-MS-GA"]