| GroupId | GroupIdio.xream.x7 | 
    
|---|---|
| ArtifactId | ArtifactIdx7-core | 
    
| Version | Version2.1.0.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| x7-core-2.1.0.RELEASE.pom | |
| x7-core-2.1.0.RELEASE.jar | 158 KB | 
| x7-core-2.1.0.RELEASE-sources.jar | 118 KB | 
| x7-core-2.1.0.RELEASE-javadoc.jar | 668 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-core/ -->
<dependency>
    <groupId>io.xream.x7</groupId>
    <artifactId>x7-core</artifactId>
    <version>2.1.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.xream.x7/x7-core/
implementation 'io.xream.x7:x7-core:2.1.0.RELEASE'
                // https://jarcasting.com/artifacts/io.xream.x7/x7-core/
implementation ("io.xream.x7:x7-core:2.1.0.RELEASE")
                'io.xream.x7:x7-core:jar:2.1.0.RELEASE'
                <dependency org="io.xream.x7" name="x7-core" rev="2.1.0.RELEASE">
  <artifact name="x7-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.xream.x7', module='x7-core', version='2.1.0.RELEASE')
)
                libraryDependencies += "io.xream.x7" % "x7-core" % "2.1.0.RELEASE"
                [io.xream.x7/x7-core "2.1.0.RELEASE"]