| GroupId | GroupIdeco.m1 |
|---|---|
| ArtifactId | ArtifactIdm1 |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| m1-0.7.pom | |
| m1-0.7.jar | 52 KB |
| m1-0.7-sources.jar | 28 KB |
| m1-0.7-javadoc.jar | 238 KB |
| m1-0.7-jar-with-dependencies.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eco.m1/m1/ -->
<dependency>
<groupId>eco.m1</groupId>
<artifactId>m1</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/eco.m1/m1/
implementation 'eco.m1:m1:0.7'
// https://jarcasting.com/artifacts/eco.m1/m1/
implementation ("eco.m1:m1:0.7")
'eco.m1:m1:jar:0.7'
<dependency org="eco.m1" name="m1" rev="0.7">
<artifact name="m1" type="jar" />
</dependency>
@Grapes(
@Grab(group='eco.m1', module='m1', version='0.7')
)
libraryDependencies += "eco.m1" % "m1" % "0.7"
[eco.m1/m1 "0.7"]