| GroupId | GroupIdworld.convex |
|---|---|
| ArtifactId | ArtifactIdconvex-benchmarks |
| Version | Version0.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| convex-benchmarks-0.7.1.pom | |
| convex-benchmarks-0.7.1.jar | 233 KB |
| convex-benchmarks-0.7.1-sources.jar | 125 KB |
| convex-benchmarks-0.7.1-javadoc.jar | 506 KB |
| convex-benchmarks-0.7.1-jar-with-dependencies.jar | 14 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/world.convex/convex-benchmarks/ -->
<dependency>
<groupId>world.convex</groupId>
<artifactId>convex-benchmarks</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/world.convex/convex-benchmarks/
implementation 'world.convex:convex-benchmarks:0.7.1'
// https://jarcasting.com/artifacts/world.convex/convex-benchmarks/
implementation ("world.convex:convex-benchmarks:0.7.1")
'world.convex:convex-benchmarks:jar:0.7.1'
<dependency org="world.convex" name="convex-benchmarks" rev="0.7.1">
<artifact name="convex-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='world.convex', module='convex-benchmarks', version='0.7.1')
)
libraryDependencies += "world.convex" % "convex-benchmarks" % "0.7.1"
[world.convex/convex-benchmarks "0.7.1"]