GroupId | GroupIdcom.yanzhenjie |
---|---|
ArtifactId | ArtifactIdandserver |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
andserver-1.0.2.pom | |
andserver-1.0.2.aar | 483 KB |
andserver-1.0.2-sources.jar | 23 KB |
andserver-1.0.2-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yanzhenjie/andserver/ -->
<dependency>
<groupId>com.yanzhenjie</groupId>
<artifactId>andserver</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie/andserver/
implementation 'com.yanzhenjie:andserver:1.0.2'
// https://jarcasting.com/artifacts/com.yanzhenjie/andserver/
implementation ("com.yanzhenjie:andserver:1.0.2")
'com.yanzhenjie:andserver:aar:1.0.2'
<dependency org="com.yanzhenjie" name="andserver" rev="1.0.2">
<artifact name="andserver" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie', module='andserver', version='1.0.2')
)
libraryDependencies += "com.yanzhenjie" % "andserver" % "1.0.2"
[com.yanzhenjie/andserver "1.0.2"]