is not current version
Last Version 1.0.8

com.github.phillip-kruger:microprofile-extentions 1.0.2

Some general extentions for Java EE Miroprofile projects

GroupId

GroupId

com.github.phillip-kruger
ArtifactId

ArtifactId

microprofile-extentions
Version

Version

1.0.2
Type

Type

pom

Download microprofile-extentions 1.0.2


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