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

org.jodd:jodd-petite 4.3.0

Jodd Petite is slick and lightweight DI container that uses annotations and supports sufficient most of features offered by other containers.

Группа

Группа

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

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

jodd-petite
Версия

Версия

4.3.0
Тип

Тип

pom

Скачать jodd-petite 4.3.0


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