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