is not current version
Last Version 1.0.8

com.github.phillip-kruger.microprofile-extentions:example 1.0.7

Sample application that uses some of these extentions

GroupId

GroupId

com.github.phillip-kruger.microprofile-extentions
ArtifactId

ArtifactId

example
Version

Version

1.0.7
Type

Type

war

Download example 1.0.7


<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/example/ -->
<dependency>
    <groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
    <artifactId>example</artifactId>
    <version>1.0.7</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/example/
implementation 'com.github.phillip-kruger.microprofile-extentions:example:1.0.7'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/example/
implementation ("com.github.phillip-kruger.microprofile-extentions:example:1.0.7")
'com.github.phillip-kruger.microprofile-extentions:example:war:1.0.7'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="example" rev="1.0.7">
  <artifact name="example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='example', version='1.0.7')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "example" % "1.0.7"
[com.github.phillip-kruger.microprofile-extentions/example "1.0.7"]