| GroupId | GroupIdcom.github.alfonsoLeandro |
|---|---|
| ArtifactId | ArtifactIdMPUtils |
| Version | Version0.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| MPUtils-0.9.2.pom | |
| MPUtils-0.9.2.jar | 16 KB |
| MPUtils-0.9.2-sources.jar | 10 KB |
| MPUtils-0.9.2-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/ -->
<dependency>
<groupId>com.github.alfonsoLeandro</groupId>
<artifactId>MPUtils</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/
implementation 'com.github.alfonsoLeandro:MPUtils:0.9.2'
// https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/
implementation ("com.github.alfonsoLeandro:MPUtils:0.9.2")
'com.github.alfonsoLeandro:MPUtils:jar:0.9.2'
<dependency org="com.github.alfonsoLeandro" name="MPUtils" rev="0.9.2">
<artifact name="MPUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alfonsoLeandro', module='MPUtils', version='0.9.2')
)
libraryDependencies += "com.github.alfonsoLeandro" % "MPUtils" % "0.9.2"
[com.github.alfonsoLeandro/MPUtils "0.9.2"]