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