Download inkstand-core-0.1.1.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.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials