GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdpojo |
Version | Version1.3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
pojo-1.3.3.1.pom | |
pojo-1.3.3.1.jar | 11 KB |
pojo-1.3.3.1-sources.jar | 7 KB |
pojo-1.3.3.1-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/pojo/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>pojo</artifactId>
<version>1.3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/pojo/
implementation 'com.github.fanzezhen:pojo:1.3.3.1'
// https://jarcasting.com/artifacts/com.github.fanzezhen/pojo/
implementation ("com.github.fanzezhen:pojo:1.3.3.1")
'com.github.fanzezhen:pojo:jar:1.3.3.1'
<dependency org="com.github.fanzezhen" name="pojo" rev="1.3.3.1">
<artifact name="pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='pojo', version='1.3.3.1')
)
libraryDependencies += "com.github.fanzezhen" % "pojo" % "1.3.3.1"
[com.github.fanzezhen/pojo "1.3.3.1"]