не последняя версия
Последняя версия 1.13.2

org.osgl:genie 1.6.2

A JSR330 style dependency injection solution

Группа

Группа

org.osgl
Идентификатор

Идентификатор

genie
Версия

Версия

1.6.2
Тип

Тип

jar

Скачать genie 1.6.2


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