| License | License | 
|---|---|
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdbasepojo | 
| Version | Version1.0.0-RELEASE | 
| Type | Typeaar | 
| Description | Descriptionbasepojo basepojo | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| basepojo-1.0.0-RELEASE.pom | |
| basepojo-1.0.0-RELEASE-sources.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/basepojo/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>basepojo</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/basepojo/
implementation 'com.woaizhuangbi:basepojo:1.0.0-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/basepojo/
implementation ("com.woaizhuangbi:basepojo:1.0.0-RELEASE")'com.woaizhuangbi:basepojo:aar:1.0.0-RELEASE'<dependency org="com.woaizhuangbi" name="basepojo" rev="1.0.0-RELEASE">
  <artifact name="basepojo" type="aar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='basepojo', version='1.0.0-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "basepojo" % "1.0.0-RELEASE"[com.woaizhuangbi/basepojo "1.0.0-RELEASE"]