GroupId | GroupIddev.skomlach |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.91 |
Type | Typeaar |
Filename | Size |
---|---|
common-1.0.91.pom | |
common-1.0.91-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.skomlach/common/ -->
<dependency>
<groupId>dev.skomlach</groupId>
<artifactId>common</artifactId>
<version>1.0.91</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.skomlach/common/
implementation 'dev.skomlach:common:1.0.91'
// https://jarcasting.com/artifacts/dev.skomlach/common/
implementation ("dev.skomlach:common:1.0.91")
'dev.skomlach:common:aar:1.0.91'
<dependency org="dev.skomlach" name="common" rev="1.0.91">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.skomlach', module='common', version='1.0.91')
)
libraryDependencies += "dev.skomlach" % "common" % "1.0.91"
[dev.skomlach/common "1.0.91"]