Salta Parent

Dependency Injection Framework similar to guice, but faster and more flexible

License

License

GroupId

GroupId

com.github.ruediste.salta
ArtifactId

ArtifactId

salta-parent
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Salta Parent
Dependency Injection Framework similar to guice, but faster and more flexible
Project URL

Project URL

https://github.com/ruediste/salta

Download salta-parent

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.28.2

Project Modules

  • core
  • guice
  • jsr330
  • core-test

Versions

Version
1.1
1.0
0.3
0.2
0.1