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