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