is not current version
Last Version 6.0.1

org.jodd:jodd-petite 3.6

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

GroupId

GroupId

org.jodd
ArtifactId

ArtifactId

jodd-petite
Version

Version

3.6
Type

Type

jar

Download jodd-petite 3.6


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