GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
common-0.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/common/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>common</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/common/
implementation 'org.tinygroup:common:0.0.3'
// https://jarcasting.com/artifacts/org.tinygroup/common/
implementation ("org.tinygroup:common:0.0.3")
'org.tinygroup:common:pom:0.0.3'
<dependency org="org.tinygroup" name="common" rev="0.0.3">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='common', version='0.0.3')
)
libraryDependencies += "org.tinygroup" % "common" % "0.0.3"
[org.tinygroup/common "0.0.3"]