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