| GroupId | GroupIdcom.github.alfonsoLeandro |
|---|---|
| ArtifactId | ArtifactIdMPUtils |
| Version | Version1.4.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| MPUtils-1.4.3.pom | |
| MPUtils-1.4.3.jar | 44 KB |
| MPUtils-1.4.3-sources.jar | 24 KB |
| MPUtils-1.4.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/
implementation 'com.github.alfonsoLeandro:MPUtils:1.4.3'
// https://jarcasting.com/artifacts/com.github.alfonsoLeandro/MPUtils/
implementation ("com.github.alfonsoLeandro:MPUtils:1.4.3")
'com.github.alfonsoLeandro:MPUtils:jar:1.4.3'
<dependency org="com.github.alfonsoLeandro" name="MPUtils" rev="1.4.3">
<artifact name="MPUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alfonsoLeandro', module='MPUtils', version='1.4.3')
)
libraryDependencies += "com.github.alfonsoLeandro" % "MPUtils" % "1.4.3"
[com.github.alfonsoLeandro/MPUtils "1.4.3"]