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