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