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