| GroupId | GroupIdcom.kushkipagos |
|---|---|
| ArtifactId | ArtifactIdkushkipagos |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kushkipagos-1.2.0.pom | |
| kushkipagos-1.2.0.jar | 13 KB |
| kushkipagos-1.2.0-sources.jar | 8 KB |
| kushkipagos-1.2.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kushkipagos/kushkipagos/ -->
<dependency>
<groupId>com.kushkipagos</groupId>
<artifactId>kushkipagos</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kushkipagos/kushkipagos/
implementation 'com.kushkipagos:kushkipagos:1.2.0'
// https://jarcasting.com/artifacts/com.kushkipagos/kushkipagos/
implementation ("com.kushkipagos:kushkipagos:1.2.0")
'com.kushkipagos:kushkipagos:jar:1.2.0'
<dependency org="com.kushkipagos" name="kushkipagos" rev="1.2.0">
<artifact name="kushkipagos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kushkipagos', module='kushkipagos', version='1.2.0')
)
libraryDependencies += "com.kushkipagos" % "kushkipagos" % "1.2.0"
[com.kushkipagos/kushkipagos "1.2.0"]