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