License |
License |
---|---|
GroupId | GroupIdio.inverno |
ArtifactId | ArtifactIdinverno-core-root |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioninverno-root
The Inverno framework is an Inversion of Control and Dependency Injection framework for the Java 9+ platform.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
inverno-core-root-1.4.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.inverno/inverno-core-root/ -->
<dependency>
<groupId>io.inverno</groupId>
<artifactId>inverno-core-root</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.inverno/inverno-core-root/
implementation 'io.inverno:inverno-core-root:1.4.1'
// https://jarcasting.com/artifacts/io.inverno/inverno-core-root/
implementation ("io.inverno:inverno-core-root:1.4.1")
'io.inverno:inverno-core-root:pom:1.4.1'
<dependency org="io.inverno" name="inverno-core-root" rev="1.4.1">
<artifact name="inverno-core-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.inverno', module='inverno-core-root', version='1.4.1')
)
libraryDependencies += "io.inverno" % "inverno-core-root" % "1.4.1"
[io.inverno/inverno-core-root "1.4.1"]