GroupId | GroupIdcom.github.yeecode.matrixauth |
---|---|
ArtifactId | ArtifactIdMatrixAuthDemo |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
MatrixAuthDemo-0.0.1.pom | |
MatrixAuthDemo-0.0.1.jar | 24 MB |
MatrixAuthDemo-0.0.1-sources.jar | 4 KB |
MatrixAuthDemo-0.0.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yeecode.matrixauth/MatrixAuthDemo/ -->
<dependency>
<groupId>com.github.yeecode.matrixauth</groupId>
<artifactId>MatrixAuthDemo</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yeecode.matrixauth/MatrixAuthDemo/
implementation 'com.github.yeecode.matrixauth:MatrixAuthDemo:0.0.1'
// https://jarcasting.com/artifacts/com.github.yeecode.matrixauth/MatrixAuthDemo/
implementation ("com.github.yeecode.matrixauth:MatrixAuthDemo:0.0.1")
'com.github.yeecode.matrixauth:MatrixAuthDemo:jar:0.0.1'
<dependency org="com.github.yeecode.matrixauth" name="MatrixAuthDemo" rev="0.0.1">
<artifact name="MatrixAuthDemo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yeecode.matrixauth', module='MatrixAuthDemo', version='0.0.1')
)
libraryDependencies += "com.github.yeecode.matrixauth" % "MatrixAuthDemo" % "0.0.1"
[com.github.yeecode.matrixauth/MatrixAuthDemo "0.0.1"]