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