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