GroupId | GroupIdcom.tecnoguru |
---|---|
ArtifactId | ArtifactIdscuby_2.10 |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
scuby_2.10-0.2.4.pom | |
scuby_2.10-0.2.4.jar | 40 KB |
scuby_2.10-0.2.4-sources.jar | 7 KB |
scuby_2.10-0.2.4-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tecnoguru/scuby_2.10/ -->
<dependency>
<groupId>com.tecnoguru</groupId>
<artifactId>scuby_2.10</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecnoguru/scuby_2.10/
implementation 'com.tecnoguru:scuby_2.10:0.2.4'
// https://jarcasting.com/artifacts/com.tecnoguru/scuby_2.10/
implementation ("com.tecnoguru:scuby_2.10:0.2.4")
'com.tecnoguru:scuby_2.10:jar:0.2.4'
<dependency org="com.tecnoguru" name="scuby_2.10" rev="0.2.4">
<artifact name="scuby_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecnoguru', module='scuby_2.10', version='0.2.4')
)
libraryDependencies += "com.tecnoguru" % "scuby_2.10" % "0.2.4"
[com.tecnoguru/scuby_2.10 "0.2.4"]