GroupId | GroupIdfr.matthieu-vergne |
---|---|
ArtifactId | ArtifactIdbenchmark-core |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
benchmark-core-1.1.pom | |
benchmark-core-1.1.jar | 43 KB |
benchmark-core-1.1-sources.jar | 22 KB |
benchmark-core-1.1-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/benchmark-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>benchmark-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/benchmark-core/
implementation 'fr.matthieu-vergne:benchmark-core:1.1'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/benchmark-core/
implementation ("fr.matthieu-vergne:benchmark-core:1.1")
'fr.matthieu-vergne:benchmark-core:jar:1.1'
<dependency org="fr.matthieu-vergne" name="benchmark-core" rev="1.1">
<artifact name="benchmark-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='benchmark-core', version='1.1')
)
libraryDependencies += "fr.matthieu-vergne" % "benchmark-core" % "1.1"
[fr.matthieu-vergne/benchmark-core "1.1"]