| Categories | 
                CategoriesData Net | 
        
|---|---|
| GroupId | GroupIdnet.hasor | 
    
| ArtifactId | ArtifactIdhasor-dataway | 
    
| Version | Version4.1.3-fix20200414 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/net.hasor/hasor-dataway/ -->
<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-dataway</artifactId>
    <version>4.1.3-fix20200414</version>
</dependency>
                // https://jarcasting.com/artifacts/net.hasor/hasor-dataway/
implementation 'net.hasor:hasor-dataway:4.1.3-fix20200414'
                // https://jarcasting.com/artifacts/net.hasor/hasor-dataway/
implementation ("net.hasor:hasor-dataway:4.1.3-fix20200414")
                'net.hasor:hasor-dataway:jar:4.1.3-fix20200414'
                <dependency org="net.hasor" name="hasor-dataway" rev="4.1.3-fix20200414">
  <artifact name="hasor-dataway" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.hasor', module='hasor-dataway', version='4.1.3-fix20200414')
)
                libraryDependencies += "net.hasor" % "hasor-dataway" % "4.1.3-fix20200414"
                [net.hasor/hasor-dataway "4.1.3-fix20200414"]