| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.scattersphere | 
    
| ArtifactId | ArtifactIdscattersphere-core | 
    
| Last Version | Last Version0.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionScattersphere Core 
            Scattersphere Core library, used to run the main server. 
         | 
    
| Filename | Size | 
|---|---|
| scattersphere-core-0.0.4.pom | |
| scattersphere-core-0.0.4.jar | 5 MB | 
| scattersphere-core-0.0.4-sources.jar | 31 KB | 
| scattersphere-core-0.0.4-javadoc.jar | 182 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.scattersphere/scattersphere-core/ -->
<dependency>
    <groupId>net.scattersphere</groupId>
    <artifactId>scattersphere-core</artifactId>
    <version>0.0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/net.scattersphere/scattersphere-core/
implementation 'net.scattersphere:scattersphere-core:0.0.4'
                // https://jarcasting.com/artifacts/net.scattersphere/scattersphere-core/
implementation ("net.scattersphere:scattersphere-core:0.0.4")
                'net.scattersphere:scattersphere-core:jar:0.0.4'
                <dependency org="net.scattersphere" name="scattersphere-core" rev="0.0.4">
  <artifact name="scattersphere-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.scattersphere', module='scattersphere-core', version='0.0.4')
)
                libraryDependencies += "net.scattersphere" % "scattersphere-core" % "0.0.4"
                [net.scattersphere/scattersphere-core "0.0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |