License |
License |
---|---|
GroupId | GroupIdcom.github.adrninistrator |
ArtifactId | ArtifactIdGenSetterCalls |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGenSetterCalls
Quickly and automatically generate Java dto set method calls, including import and new statements.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
GenSetterCalls-0.0.1.pom | |
GenSetterCalls-0.0.1-sources.jar | 9 KB |
GenSetterCalls-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adrninistrator/GenSetterCalls/ -->
<dependency>
<groupId>com.github.adrninistrator</groupId>
<artifactId>GenSetterCalls</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adrninistrator/GenSetterCalls/
implementation 'com.github.adrninistrator:GenSetterCalls:0.0.1'
// https://jarcasting.com/artifacts/com.github.adrninistrator/GenSetterCalls/
implementation ("com.github.adrninistrator:GenSetterCalls:0.0.1")
'com.github.adrninistrator:GenSetterCalls:pom:0.0.1'
<dependency org="com.github.adrninistrator" name="GenSetterCalls" rev="0.0.1">
<artifact name="GenSetterCalls" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.adrninistrator', module='GenSetterCalls', version='0.0.1')
)
libraryDependencies += "com.github.adrninistrator" % "GenSetterCalls" % "0.0.1"
[com.github.adrninistrator/GenSetterCalls "0.0.1"]