GroupId | GroupIdcom.google.mug |
---|---|
ArtifactId | ArtifactIdmug-root |
Version | Version5.3 |
Type | Typepom |
Filename | Size |
---|---|
mug-root-5.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.mug/mug-root/ -->
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.mug/mug-root/
implementation 'com.google.mug:mug-root:5.3'
// https://jarcasting.com/artifacts/com.google.mug/mug-root/
implementation ("com.google.mug:mug-root:5.3")
'com.google.mug:mug-root:pom:5.3'
<dependency org="com.google.mug" name="mug-root" rev="5.3">
<artifact name="mug-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.mug', module='mug-root', version='5.3')
)
libraryDependencies += "com.google.mug" % "mug-root" % "5.3"
[com.google.mug/mug-root "5.3"]