| GroupId | GroupIdcom.github.dkzwm |
|---|---|
| ArtifactId | ArtifactIdsrl-core |
| Version | Version1.7.2.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| srl-core-1.7.2.3.pom | |
| srl-core-1.7.2.3-sources.jar | 60 KB |
| srl-core-1.7.2.3-javadoc.jar | 171 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dkzwm/srl-core/ -->
<dependency>
<groupId>com.github.dkzwm</groupId>
<artifactId>srl-core</artifactId>
<version>1.7.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dkzwm/srl-core/
implementation 'com.github.dkzwm:srl-core:1.7.2.3'
// https://jarcasting.com/artifacts/com.github.dkzwm/srl-core/
implementation ("com.github.dkzwm:srl-core:1.7.2.3")
'com.github.dkzwm:srl-core:aar:1.7.2.3'
<dependency org="com.github.dkzwm" name="srl-core" rev="1.7.2.3">
<artifact name="srl-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dkzwm', module='srl-core', version='1.7.2.3')
)
libraryDependencies += "com.github.dkzwm" % "srl-core" % "1.7.2.3"
[com.github.dkzwm/srl-core "1.7.2.3"]