MVN

com.bitofcode.archetype : jakartaee-microprofile

Maven & Gradle

Nov 19, 2021
0 stars

Jakarta EE 8 with Eclipse MicroProfile 4.1 project.

<dependency>
    <groupId>com.bitofcode.archetype</groupId>
    <artifactId>jakartaee-microprofile</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bitofcode.archetype : jakartaee-microprofile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.bitofcode.archetype : jakartaee-microprofile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jakartaee-microprofile-0.0.7
jakartaee-microprofile-0.0.6
jakartaee-microprofile-0.0.5
jakartaee-microprofile-0.0.4
jakartaee-microprofile-0.0.3
jakartaee-microprofile-0.0.2
jakartaee-microprofile-0.0.1

How to add a dependency to Maven

Add the following com.bitofcode.archetype : jakartaee-microprofile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bitofcode.archetype</groupId>
    <artifactId>jakartaee-microprofile</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bitofcode.archetype : jakartaee-microprofile gradle dependency to your build.gradle file:

implementation 'com.bitofcode.archetype:jakartaee-microprofile:0.0.7'

Gradle Kotlin DSL: Add the following com.bitofcode.archetype : jakartaee-microprofile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bitofcode.archetype:jakartaee-microprofile:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bitofcode.archetype : jakartaee-microprofile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bitofcode.archetype" % "jakartaee-microprofile" % "0.0.7"

Advertisement