| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdnet.sinodawn | 
    
| ArtifactId | ArtifactIdsinoc-core-common | 
    
| Last Version | Last Version0.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| sinoc-core-common-0.0.2.pom | |
| sinoc-core-common-0.0.2-sources.jar | 4 KB | 
| sinoc-core-common-0.0.2-javadoc.jar | 78 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sinodawn/sinoc-core-common/ -->
<dependency>
    <groupId>net.sinodawn</groupId>
    <artifactId>sinoc-core-common</artifactId>
    <version>0.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sinodawn/sinoc-core-common/
implementation 'net.sinodawn:sinoc-core-common:0.0.2'
                // https://jarcasting.com/artifacts/net.sinodawn/sinoc-core-common/
implementation ("net.sinodawn:sinoc-core-common:0.0.2")
                'net.sinodawn:sinoc-core-common:jar:0.0.2'
                <dependency org="net.sinodawn" name="sinoc-core-common" rev="0.0.2">
  <artifact name="sinoc-core-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sinodawn', module='sinoc-core-common', version='0.0.2')
)
                libraryDependencies += "net.sinodawn" % "sinoc-core-common" % "0.0.2"
                [net.sinodawn/sinoc-core-common "0.0.2"]