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