is not current version
Last Version 4.1.0

com.kumuluz.ee:kumuluzee-micro-profile 2.4.0-beta.2

KumuluzEE MicroProfile which includes and tracks the latest community based specification found at https://microprofile.io, which focuses on technologies best-suited to build modern Java based cloud applications that follow the microservice architecture. The main KumuluzEE profile includes the reference implementations of the profile/specification.

GroupId

GroupId

com.kumuluz.ee
ArtifactId

ArtifactId

kumuluzee-micro-profile
Version

Version

2.4.0-beta.2
Type

Type

jar

Download kumuluzee-micro-profile 2.4.0-beta.2


<!-- https://jarcasting.com/artifacts/com.kumuluz.ee/kumuluzee-micro-profile/ -->
<dependency>
    <groupId>com.kumuluz.ee</groupId>
    <artifactId>kumuluzee-micro-profile</artifactId>
    <version>2.4.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kumuluz.ee/kumuluzee-micro-profile/
implementation 'com.kumuluz.ee:kumuluzee-micro-profile:2.4.0-beta.2'
// https://jarcasting.com/artifacts/com.kumuluz.ee/kumuluzee-micro-profile/
implementation ("com.kumuluz.ee:kumuluzee-micro-profile:2.4.0-beta.2")
'com.kumuluz.ee:kumuluzee-micro-profile:jar:2.4.0-beta.2'
<dependency org="com.kumuluz.ee" name="kumuluzee-micro-profile" rev="2.4.0-beta.2">
  <artifact name="kumuluzee-micro-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kumuluz.ee', module='kumuluzee-micro-profile', version='2.4.0-beta.2')
)
libraryDependencies += "com.kumuluz.ee" % "kumuluzee-micro-profile" % "2.4.0-beta.2"
[com.kumuluz.ee/kumuluzee-micro-profile "2.4.0-beta.2"]