is not current version
Last Version 1.0.10

com.github.phillip-kruger.microprofile-extensions:example 1.0.9

Sample application that uses some of these extensions

GroupId

GroupId

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

ArtifactId

example
Version

Version

1.0.9
Type

Type

war

Download example 1.0.9


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