License |
License |
---|---|
GroupId | GroupIdru.starksoft |
ArtifactId | ArtifactIdcommons |
Version | Version1.3.7 |
Type | Typeaar |
Description |
Descriptioncommons
Commons library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.3.7.pom | |
commons-1.3.7-sources.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.starksoft/commons/ -->
<dependency>
<groupId>ru.starksoft</groupId>
<artifactId>commons</artifactId>
<version>1.3.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.starksoft/commons/
implementation 'ru.starksoft:commons:1.3.7'
// https://jarcasting.com/artifacts/ru.starksoft/commons/
implementation ("ru.starksoft:commons:1.3.7")
'ru.starksoft:commons:aar:1.3.7'
<dependency org="ru.starksoft" name="commons" rev="1.3.7">
<artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.starksoft', module='commons', version='1.3.7')
)
libraryDependencies += "ru.starksoft" % "commons" % "1.3.7"
[ru.starksoft/commons "1.3.7"]