is not current version
Last Version 6.0.1

org.jodd:jodd-petite 5.1.0-20190624

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

5.1.0-20190624
Type

Type

jar

Download jodd-petite 5.1.0-20190624


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