is not current version
Last Version 1.2.1

me.wuwenbin:template-pojo 1.2.0

Provide some common pojo for projects.

GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

template-pojo
Version

Version

1.2.0
Type

Type

jar

Download template-pojo 1.2.0


<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-pojo/ -->
<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-pojo</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-pojo/
implementation 'me.wuwenbin:template-pojo:1.2.0'
// https://jarcasting.com/artifacts/me.wuwenbin/template-pojo/
implementation ("me.wuwenbin:template-pojo:1.2.0")
'me.wuwenbin:template-pojo:jar:1.2.0'
<dependency org="me.wuwenbin" name="template-pojo" rev="1.2.0">
  <artifact name="template-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-pojo', version='1.2.0')
)
libraryDependencies += "me.wuwenbin" % "template-pojo" % "1.2.0"
[me.wuwenbin/template-pojo "1.2.0"]