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