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