License |
License |
---|---|
GroupId | GroupIdcom.josesamuel |
ArtifactId | ArtifactIdcarboncopy-annotations |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionCarbonCopy Annotations
Create POJO carbon copy of a class with @CarbonCopy annotation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.josesamuel/carboncopy-annotations/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>carboncopy-annotations</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/carboncopy-annotations/
implementation 'com.josesamuel:carboncopy-annotations:1.0.4'
// https://jarcasting.com/artifacts/com.josesamuel/carboncopy-annotations/
implementation ("com.josesamuel:carboncopy-annotations:1.0.4")
'com.josesamuel:carboncopy-annotations:jar:1.0.4'
<dependency org="com.josesamuel" name="carboncopy-annotations" rev="1.0.4">
<artifact name="carboncopy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='carboncopy-annotations', version='1.0.4')
)
libraryDependencies += "com.josesamuel" % "carboncopy-annotations" % "1.0.4"
[com.josesamuel/carboncopy-annotations "1.0.4"]