Download inkstand-core-0.1.2.jar file - Jar i

Jar examples for i:inkstand-core

Description

The core package contains the configuration API, a launcher class and CDI extensions that are required for configuration and auto-discovery. The CDI extensions can be used without the full inkstand bundle by just using this core package.

You can download jar file inkstand-core 0.1.2 in this page.

License

Apache License

Build File

You can use the following script to add inkstand-core-0.1.2.jar to your project.

<dependency>
   <groupId>io.inkstand</groupId>
   <artifactId>inkstand-core</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'io.inkstand', name: 'inkstand-core', version: '0.1.2'
libraryDependencies += "io.inkstand" % "inkstand-core" % "0.1.2"
<dependency org="io.inkstand" name="inkstand-core" rev="0.1.2"/>
@Grapes(@Grab(group='io.inkstand', module='inkstand-core', version='0.1.2'))
'io.inkstand:inkstand-core:jar:0.1.2'

Download

Click the following link to download the jar file.

inkstand-core-0.1.2-javadoc.jar
inkstand-core-0.1.2-sources.jar
inkstand-core-0.1.2.jar
inkstand-core-0.1.2.pom



Related Tutorials