| GroupId | GroupIdcom.github.signed.pockuito |
|---|---|
| ArtifactId | ArtifactIdpockuito |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pockuito-0.0.1.pom | |
| pockuito-0.0.1.jar | 3 KB |
| pockuito-0.0.1-sources.jar | 2 KB |
| pockuito-0.0.1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.signed.pockuito/pockuito/ -->
<dependency>
<groupId>com.github.signed.pockuito</groupId>
<artifactId>pockuito</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.pockuito/pockuito/
implementation 'com.github.signed.pockuito:pockuito:0.0.1'
// https://jarcasting.com/artifacts/com.github.signed.pockuito/pockuito/
implementation ("com.github.signed.pockuito:pockuito:0.0.1")
'com.github.signed.pockuito:pockuito:jar:0.0.1'
<dependency org="com.github.signed.pockuito" name="pockuito" rev="0.0.1">
<artifact name="pockuito" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.pockuito', module='pockuito', version='0.0.1')
)
libraryDependencies += "com.github.signed.pockuito" % "pockuito" % "0.0.1"
[com.github.signed.pockuito/pockuito "0.0.1"]