Download microprofile-config-api-1.2.jar file - Jar m

Jar examples for m:microprofile-config-api

Description

Java 7 port of the MicroProfile Config API

You can download jar file microprofile-config-api 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add microprofile-config-api-1.2.jar to your project.

<dependency>
   <groupId>org.eclipse.microprofile.config</groupId>
   <artifactId>microprofile-config-api</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'org.eclipse.microprofile.config', name: 'microprofile-config-api', version: '1.2'
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-api" % "1.2"
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-api" rev="1.2"/>
@Grapes(@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-api', version='1.2'))
'org.eclipse.microprofile.config:microprofile-config-api:jar:1.2'

Download

Click the following link to download the jar file.

microprofile-config-api-1.2-javadoc.jar
microprofile-config-api-1.2-sources.jar
microprofile-config-api-1.2.jar
microprofile-config-api-1.2.pom



Related Tutorials