| License |
License |
|---|---|
| Categories |
CategoriesModelMapper General Purpose Libraries Bean Mapping |
| GroupId | GroupIdorg.modelmapper |
| ArtifactId | ArtifactIdbenchmarks |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionModelMapper Benchmarks
Simple, Intelligent, Object Mapping
|
| Filename | Size |
|---|---|
| benchmarks-3.1.0.pom | |
| benchmarks-3.1.0.jar | 29 KB |
| benchmarks-3.1.0-sources.jar | 14 KB |
| benchmarks-3.1.0-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.modelmapper/benchmarks/ -->
<dependency>
<groupId>org.modelmapper</groupId>
<artifactId>benchmarks</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.modelmapper/benchmarks/
implementation 'org.modelmapper:benchmarks:3.1.0'
// https://jarcasting.com/artifacts/org.modelmapper/benchmarks/
implementation ("org.modelmapper:benchmarks:3.1.0")
'org.modelmapper:benchmarks:jar:3.1.0'
<dependency org="org.modelmapper" name="benchmarks" rev="3.1.0">
<artifact name="benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modelmapper', module='benchmarks', version='3.1.0')
)
libraryDependencies += "org.modelmapper" % "benchmarks" % "3.1.0"
[org.modelmapper/benchmarks "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.modelmapper : modelmapper | jar | 3.1.0 |
| org.openjdk.jmh : jmh-core | jar | 1.32 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.5 |