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