License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.mantledillusion.injection |
ArtifactId | ArtifactIdhura-web |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionHura Web
Hura is a dependency injection framework focused on sequential injection and bean lifecycle management.
|
Filename | Size |
---|---|
hura-web-2.0.0.pom | |
hura-web-2.0.0.jar | 16 KB |
hura-web-2.0.0-sources.jar | 9 KB |
hura-web-2.0.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.injection/hura-web/ -->
<dependency>
<groupId>com.mantledillusion.injection</groupId>
<artifactId>hura-web</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.injection/hura-web/
implementation 'com.mantledillusion.injection:hura-web:2.0.0'
// https://jarcasting.com/artifacts/com.mantledillusion.injection/hura-web/
implementation ("com.mantledillusion.injection:hura-web:2.0.0")
'com.mantledillusion.injection:hura-web:jar:2.0.0'
<dependency org="com.mantledillusion.injection" name="hura-web" rev="2.0.0">
<artifact name="hura-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.injection', module='hura-web', version='2.0.0')
)
libraryDependencies += "com.mantledillusion.injection" % "hura-web" % "2.0.0"
[com.mantledillusion.injection/hura-web "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.mantledillusion.injection : hura-core | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |