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