| GroupId | GroupIdorg.siqisource |
|---|---|
| ArtifactId | ArtifactIdsmartmapper |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smartmapper-0.1.1.pom | |
| smartmapper-0.1.1.jar | 56 KB |
| smartmapper-0.1.1-sources.jar | 30 KB |
| smartmapper-0.1.1-javadoc.jar | 288 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.siqisource/smartmapper/ -->
<dependency>
<groupId>org.siqisource</groupId>
<artifactId>smartmapper</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.siqisource/smartmapper/
implementation 'org.siqisource:smartmapper:0.1.1'
// https://jarcasting.com/artifacts/org.siqisource/smartmapper/
implementation ("org.siqisource:smartmapper:0.1.1")
'org.siqisource:smartmapper:jar:0.1.1'
<dependency org="org.siqisource" name="smartmapper" rev="0.1.1">
<artifact name="smartmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.siqisource', module='smartmapper', version='0.1.1')
)
libraryDependencies += "org.siqisource" % "smartmapper" % "0.1.1"
[org.siqisource/smartmapper "0.1.1"]