| Группа | Группаcom.google.mug |
|---|---|
| Идентификатор | Идентификаторmug-benchmarks |
| Версия | Версия1.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mug-benchmarks-1.11.pom | |
| mug-benchmarks-1.11.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.mug/mug-benchmarks/ -->
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-benchmarks</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.mug/mug-benchmarks/
implementation 'com.google.mug:mug-benchmarks:1.11'
// https://jarcasting.com/artifacts/com.google.mug/mug-benchmarks/
implementation ("com.google.mug:mug-benchmarks:1.11")
'com.google.mug:mug-benchmarks:jar:1.11'
<dependency org="com.google.mug" name="mug-benchmarks" rev="1.11">
<artifact name="mug-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.mug', module='mug-benchmarks', version='1.11')
)
libraryDependencies += "com.google.mug" % "mug-benchmarks" % "1.11"
[com.google.mug/mug-benchmarks "1.11"]