| GroupId | GroupIdp2psockets | 
    
|---|---|
| ArtifactId | ArtifactIdp2psockets-core | 
    
| Last Version | Last Version1.1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| p2psockets-core-1.1.2.pom | |
| p2psockets-core-1.1.2.jar | 28 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/p2psockets/p2psockets-core/ -->
<dependency>
    <groupId>p2psockets</groupId>
    <artifactId>p2psockets-core</artifactId>
    <version>1.1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/p2psockets/p2psockets-core/
implementation 'p2psockets:p2psockets-core:1.1.2'
                // https://jarcasting.com/artifacts/p2psockets/p2psockets-core/
implementation ("p2psockets:p2psockets-core:1.1.2")
                'p2psockets:p2psockets-core:jar:1.1.2'
                <dependency org="p2psockets" name="p2psockets-core" rev="1.1.2">
  <artifact name="p2psockets-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='p2psockets', module='p2psockets-core', version='1.1.2')
)
                libraryDependencies += "p2psockets" % "p2psockets-core" % "1.1.2"
                [p2psockets/p2psockets-core "1.1.2"]