e

example

Sample application that uses some of these extentions
文件下载
文件名 操作
example-1.0.8.pom 下载
example-1.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
  <artifactId>example</artifactId>
  <version>1.0.8</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.github.phillip-kruger.microprofile-extentions:example:1.0.8'
Gradle Kotlin
implementation("com.github.phillip-kruger.microprofile-extentions:example:1.0.8")
Scala SBT
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "example" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.phillip-kruger.microprofile-extentions', module='example', version='1.0.8')
)
Apache Ivy
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="example" rev="1.0.8" />
Leiningen
[com.github.phillip-kruger.microprofile-extentions/example "1.0.8"]
Apache Buildr
'com.github.phillip-kruger.microprofile-extentions:example:jar:1.0.8'