Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.hughsimpson |
ArtifactId | ArtifactIdscalameter-core_3 |
Version | Version0.22 |
Type | Typejar |
Filename | Size |
---|---|
scalameter-core_3-0.22.pom | |
scalameter-core_3-0.22.jar | 422 KB |
scalameter-core_3-0.22-sources.jar | 35 KB |
scalameter-core_3-0.22-javadoc.jar | 707 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hughsimpson/scalameter-core_3/ -->
<dependency>
<groupId>io.github.hughsimpson</groupId>
<artifactId>scalameter-core_3</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hughsimpson/scalameter-core_3/
implementation 'io.github.hughsimpson:scalameter-core_3:0.22'
// https://jarcasting.com/artifacts/io.github.hughsimpson/scalameter-core_3/
implementation ("io.github.hughsimpson:scalameter-core_3:0.22")
'io.github.hughsimpson:scalameter-core_3:jar:0.22'
<dependency org="io.github.hughsimpson" name="scalameter-core_3" rev="0.22">
<artifact name="scalameter-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hughsimpson', module='scalameter-core_3', version='0.22')
)
libraryDependencies += "io.github.hughsimpson" % "scalameter-core_3" % "0.22"
[io.github.hughsimpson/scalameter-core_3 "0.22"]