Ravel

Dependency injection library

License

License

GroupId

GroupId

com.github.tix320
ArtifactId

ArtifactId

ravel
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Ravel
Dependency injection library
Project URL

Project URL

https://github.com/tix320/ravel
Source Code Management

Source Code Management

https://github.com/tix320/ravel

Download ravel

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.1

Project Modules

There are no modules declared in this project.

Ravel

Dependency Injection library for java.

Versions

Version
0.2.0
0.1.0