| GroupId | GroupIdtop.potens |
|---|---|
| ArtifactId | ArtifactIdpapio-core |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| papio-core-1.0.2.pom | |
| papio-core-1.0.2.jar | 47 KB |
| papio-core-1.0.2-sources.jar | 32 KB |
| papio-core-1.0.2-javadoc.jar | 270 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.potens/papio-core/ -->
<dependency>
<groupId>top.potens</groupId>
<artifactId>papio-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.potens/papio-core/
implementation 'top.potens:papio-core:1.0.2'
// https://jarcasting.com/artifacts/top.potens/papio-core/
implementation ("top.potens:papio-core:1.0.2")
'top.potens:papio-core:jar:1.0.2'
<dependency org="top.potens" name="papio-core" rev="1.0.2">
<artifact name="papio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.potens', module='papio-core', version='1.0.2')
)
libraryDependencies += "top.potens" % "papio-core" % "1.0.2"
[top.potens/papio-core "1.0.2"]