| GroupId | GroupIdcom.github.pireba |
|---|---|
| ArtifactId | ArtifactIdutils |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| utils-0.0.2.pom | |
| utils-0.0.2.jar | 9 KB |
| utils-0.0.2-sources.jar | 5 KB |
| utils-0.0.2-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pireba/utils/ -->
<dependency>
<groupId>com.github.pireba</groupId>
<artifactId>utils</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pireba/utils/
implementation 'com.github.pireba:utils:0.0.2'
// https://jarcasting.com/artifacts/com.github.pireba/utils/
implementation ("com.github.pireba:utils:0.0.2")
'com.github.pireba:utils:jar:0.0.2'
<dependency org="com.github.pireba" name="utils" rev="0.0.2">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pireba', module='utils', version='0.0.2')
)
libraryDependencies += "com.github.pireba" % "utils" % "0.0.2"
[com.github.pireba/utils "0.0.2"]