Categories |
CategoriesImmutables Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdbench |
Version | Version0.17 |
Type | Typejar |
Filename | Size |
---|---|
bench-0.17.pom | |
bench-0.17.jar | 35 KB |
bench-0.17-sources.jar | 8 KB |
bench-0.17-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/bench/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>bench</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/bench/
implementation 'org.immutables:bench:0.17'
// https://jarcasting.com/artifacts/org.immutables/bench/
implementation ("org.immutables:bench:0.17")
'org.immutables:bench:jar:0.17'
<dependency org="org.immutables" name="bench" rev="0.17">
<artifact name="bench" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='bench', version='0.17')
)
libraryDependencies += "org.immutables" % "bench" % "0.17"
[org.immutables/bench "0.17"]