| License | License | 
|---|---|
| GroupId | GroupIdcn.schoolwow | 
| ArtifactId | ArtifactIdQuickBeans | 
| Last Version | Last Version1.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionQuickBeans Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| QuickBeans-1.3.pom | |
| QuickBeans-1.3.jar | 23 KB | 
| QuickBeans-1.3-sources.jar | 12 KB | 
| QuickBeans-1.3-javadoc.jar | 124 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.schoolwow/QuickBeans/ -->
<dependency>
    <groupId>cn.schoolwow</groupId>
    <artifactId>QuickBeans</artifactId>
    <version>1.3</version>
</dependency>// https://jarcasting.com/artifacts/cn.schoolwow/QuickBeans/
implementation 'cn.schoolwow:QuickBeans:1.3'// https://jarcasting.com/artifacts/cn.schoolwow/QuickBeans/
implementation ("cn.schoolwow:QuickBeans:1.3")'cn.schoolwow:QuickBeans:jar:1.3'<dependency org="cn.schoolwow" name="QuickBeans" rev="1.3">
  <artifact name="QuickBeans" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.schoolwow', module='QuickBeans', version='1.3')
)libraryDependencies += "cn.schoolwow" % "QuickBeans" % "1.3"[cn.schoolwow/QuickBeans "1.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 | 
| junit : junit | jar | 4.12 |