License |
License |
---|---|
Categories |
CategoriesGUI User Interface MapStruct General Purpose Libraries Bean Mapping Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdmapstruct |
Version | Version1.2.1.1-jre17 |
Type | Typejar |
Description |
Descriptionmapstruct
The core maven build properties
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapstruct-1.2.1.1-jre17.pom | |
mapstruct-1.2.1.1-jre17.jar | 30 KB |
mapstruct-1.2.1.1-jre17-sources.jar | 52 KB |
mapstruct-1.2.1.1-jre17-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/mapstruct/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>mapstruct</artifactId>
<version>1.2.1.1-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/mapstruct/
implementation 'com.guicedee.services:mapstruct:1.2.1.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/mapstruct/
implementation ("com.guicedee.services:mapstruct:1.2.1.1-jre17")
'com.guicedee.services:mapstruct:jar:1.2.1.1-jre17'
<dependency org="com.guicedee.services" name="mapstruct" rev="1.2.1.1-jre17">
<artifact name="mapstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='mapstruct', version='1.2.1.1-jre17')
)
libraryDependencies += "com.guicedee.services" % "mapstruct" % "1.2.1.1-jre17"
[com.guicedee.services/mapstruct "1.2.1.1-jre17"]