| GroupId | GroupIdcom.github.winyiwin | 
    
|---|---|
| ArtifactId | ArtifactIdmatrix | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| matrix-1.0.0.RELEASE.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.winyiwin/matrix/ -->
<dependency>
    <groupId>com.github.winyiwin</groupId>
    <artifactId>matrix</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.winyiwin/matrix/
implementation 'com.github.winyiwin:matrix:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.winyiwin/matrix/
implementation ("com.github.winyiwin:matrix:1.0.0.RELEASE")
                'com.github.winyiwin:matrix:pom:1.0.0.RELEASE'
                <dependency org="com.github.winyiwin" name="matrix" rev="1.0.0.RELEASE">
  <artifact name="matrix" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.winyiwin', module='matrix', version='1.0.0.RELEASE')
)
                libraryDependencies += "com.github.winyiwin" % "matrix" % "1.0.0.RELEASE"
                [com.github.winyiwin/matrix "1.0.0.RELEASE"]