| GroupId | GroupIdio.github.snowthinker | 
|---|---|
| ArtifactId | ArtifactIdpojo-helper | 
| Version | Version0.0.1-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| pojo-helper-0.0.1-RELEASE.pom | |
| pojo-helper-0.0.1-RELEASE.jar | 22 KB | 
| pojo-helper-0.0.1-RELEASE-sources.jar | 15 KB | 
| pojo-helper-0.0.1-RELEASE-javadoc.jar | 81 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.snowthinker/pojo-helper/ -->
<dependency>
    <groupId>io.github.snowthinker</groupId>
    <artifactId>pojo-helper</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.snowthinker/pojo-helper/
implementation 'io.github.snowthinker:pojo-helper:0.0.1-RELEASE'// https://jarcasting.com/artifacts/io.github.snowthinker/pojo-helper/
implementation ("io.github.snowthinker:pojo-helper:0.0.1-RELEASE")'io.github.snowthinker:pojo-helper:jar:0.0.1-RELEASE'<dependency org="io.github.snowthinker" name="pojo-helper" rev="0.0.1-RELEASE">
  <artifact name="pojo-helper" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.snowthinker', module='pojo-helper', version='0.0.1-RELEASE')
)libraryDependencies += "io.github.snowthinker" % "pojo-helper" % "0.0.1-RELEASE"[io.github.snowthinker/pojo-helper "0.0.1-RELEASE"]