Download microprofile-config-api-1.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials