Salta JSR330

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

License

License

GroupId

GroupId

com.github.ruediste.salta
ArtifactId

ArtifactId

salta-jsr330
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/ruediste/salta

Download salta-jsr330

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
com.github.ruediste.salta : salta-core jar 1.1

test (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0
0.3
0.2
0.1