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