Last Version

Fitbur Test 0.5.0

FitburIO Framework is an open source Java framework that utilizes HK2 dependency injection framework to create resuable components. The framework's core features can be used by any Java application though it's more ideal to use it in-conjunction with Jersey 2.0 JAX-RS to build restful services.

License

License

GroupId

GroupId

com.fitbur.test
ArtifactId

ArtifactId

test
Version

Version

0.5.0
Type

Type

pom
Description

Description

Fitbur Test
FitburIO Framework is an open source Java framework that utilizes HK2 dependency injection framework to create resuable components. The framework's core features can be used by any Java application though it's more ideal to use it in-conjunction with Jersey 2.0 JAX-RS to build restful services.
Project Organization

Project Organization

Fitbur, Inc.

Download test 0.5.0

Filename Size
test-0.5.0.pom 682 bytes
Browse

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.checkerframework : checker-qual jar 1.8.3
org.glassfish.hk2 : hk2-api jar 2.3.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

  • test-testng
  • test-hk2