| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sf.sprtool | 
| ArtifactId | ArtifactIdsprtool-record-event | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRecord event api. Provide some use tool class for simplify use dubbo | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/net.sf.sprtool/sprtool-record-event/ -->
<dependency>
    <groupId>net.sf.sprtool</groupId>
    <artifactId>sprtool-record-event</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.sprtool/sprtool-record-event/
implementation 'net.sf.sprtool:sprtool-record-event:1.0.0'// https://jarcasting.com/artifacts/net.sf.sprtool/sprtool-record-event/
implementation ("net.sf.sprtool:sprtool-record-event:1.0.0")'net.sf.sprtool:sprtool-record-event:jar:1.0.0'<dependency org="net.sf.sprtool" name="sprtool-record-event" rev="1.0.0">
  <artifact name="sprtool-record-event" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.sprtool', module='sprtool-record-event', version='1.0.0')
)libraryDependencies += "net.sf.sprtool" % "sprtool-record-event" % "1.0.0"[net.sf.sprtool/sprtool-record-event "1.0.0"]