Last Version

io.inkstand:inkstand-core 0.1.3

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.

License

License

GroupId

GroupId

io.inkstand
ArtifactId

ArtifactId

inkstand-core
Version

Version

0.1.3
Type

Type

jar
Description

Description

io.inkstand:inkstand-core
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.

Download inkstand-core 0.1.3


<!-- https://jarcasting.com/artifacts/io.inkstand/inkstand-core/ -->
<dependency>
    <groupId>io.inkstand</groupId>
    <artifactId>inkstand-core</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.inkstand/inkstand-core/
implementation 'io.inkstand:inkstand-core:0.1.3'
// https://jarcasting.com/artifacts/io.inkstand/inkstand-core/
implementation ("io.inkstand:inkstand-core:0.1.3")
'io.inkstand:inkstand-core:jar:0.1.3'
<dependency org="io.inkstand" name="inkstand-core" rev="0.1.3">
  <artifact name="inkstand-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.inkstand', module='inkstand-core', version='0.1.3')
)
libraryDependencies += "io.inkstand" % "inkstand-core" % "0.1.3"
[io.inkstand/inkstand-core "0.1.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jboss.weld.se : weld-se jar 2.2.6.Final
javax : javaee-api jar 7.0
org.slf4j : slf4j-api jar 1.7.6

provided (1)

Group / Artifact Type Version
org.jacoco : jacoco-maven-plugin jar 0.7.2.201409121644

test (5)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-rc1
org.apache.logging.log4j : log4j-api jar 2.0-rc1
org.apache.logging.log4j : log4j-core jar 2.0-rc1
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.