Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
ArtifactId | ArtifactIdmemory-config |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
memory-config-1.0.0.pom | |
memory-config-1.0.0.jar | 6 KB |
memory-config-1.0.0-sources.jar | 5 KB |
memory-config-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/memory-config/ -->
<dependency>
<groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
<artifactId>memory-config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/memory-config/
implementation 'com.github.phillip-kruger.microprofile-extentions:memory-config:1.0.0'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/memory-config/
implementation ("com.github.phillip-kruger.microprofile-extentions:memory-config:1.0.0")
'com.github.phillip-kruger.microprofile-extentions:memory-config:jar:1.0.0'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="memory-config" rev="1.0.0">
<artifact name="memory-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='memory-config', version='1.0.0')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "memory-config" % "1.0.0"
[com.github.phillip-kruger.microprofile-extentions/memory-config "1.0.0"]