Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.AnonymousMister |
ArtifactId | ArtifactIdboot-fast-config-cache |
Version | Version2.1.0.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-config-cache/ -->
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-config-cache</artifactId>
<version>2.1.0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-config-cache/
implementation 'com.github.AnonymousMister:boot-fast-config-cache:2.1.0.1.7'
// https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-config-cache/
implementation ("com.github.AnonymousMister:boot-fast-config-cache:2.1.0.1.7")
'com.github.AnonymousMister:boot-fast-config-cache:jar:2.1.0.1.7'
<dependency org="com.github.AnonymousMister" name="boot-fast-config-cache" rev="2.1.0.1.7">
<artifact name="boot-fast-config-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.AnonymousMister', module='boot-fast-config-cache', version='2.1.0.1.7')
)
libraryDependencies += "com.github.AnonymousMister" % "boot-fast-config-cache" % "2.1.0.1.7"
[com.github.AnonymousMister/boot-fast-config-cache "2.1.0.1.7"]