Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.yeecode.matrixauth |
ArtifactId | ArtifactIdMatrixAuthClient |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
MatrixAuthClient-0.0.1.pom | |
MatrixAuthClient-0.0.1.jar | 17 KB |
MatrixAuthClient-0.0.1-sources.jar | 10 KB |
MatrixAuthClient-0.0.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yeecode.matrixauth/MatrixAuthClient/ -->
<dependency>
<groupId>com.github.yeecode.matrixauth</groupId>
<artifactId>MatrixAuthClient</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yeecode.matrixauth/MatrixAuthClient/
implementation 'com.github.yeecode.matrixauth:MatrixAuthClient:0.0.1'
// https://jarcasting.com/artifacts/com.github.yeecode.matrixauth/MatrixAuthClient/
implementation ("com.github.yeecode.matrixauth:MatrixAuthClient:0.0.1")
'com.github.yeecode.matrixauth:MatrixAuthClient:jar:0.0.1'
<dependency org="com.github.yeecode.matrixauth" name="MatrixAuthClient" rev="0.0.1">
<artifact name="MatrixAuthClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yeecode.matrixauth', module='MatrixAuthClient', version='0.0.1')
)
libraryDependencies += "com.github.yeecode.matrixauth" % "MatrixAuthClient" % "0.0.1"
[com.github.yeecode.matrixauth/MatrixAuthClient "0.0.1"]