| License |
License |
|---|---|
| GroupId | GroupIdeco.m1 |
| ArtifactId | ArtifactIdm1 |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionM1
M1 is a J2ee dependency injection framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| m1-1.1.pom | |
| m1-1.1.jar | 56 KB |
| m1-1.1-sources.jar | 29 KB |
| m1-1.1-javadoc.jar | 249 KB |
| m1-1.1-jar-with-dependencies.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eco.m1/m1/ -->
<dependency>
<groupId>eco.m1</groupId>
<artifactId>m1</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eco.m1/m1/
implementation 'eco.m1:m1:1.1'
// https://jarcasting.com/artifacts/eco.m1/m1/
implementation ("eco.m1:m1:1.1")
'eco.m1:m1:jar:1.1'
<dependency org="eco.m1" name="m1" rev="1.1">
<artifact name="m1" type="jar" />
</dependency>
@Grapes(
@Grab(group='eco.m1', module='m1', version='1.1')
)
libraryDependencies += "eco.m1" % "m1" % "1.1"
[eco.m1/m1 "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.0 |