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