License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pearx.kpastebin |
ArtifactId | ArtifactIdkpastebin |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionkpastebin
Multiplatform Kotlin library to interact with the pastebin.com API.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPearX Team |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kpastebin-1.0.0.pom | |
kpastebin-1.0.0.module | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pearx.kpastebin/kpastebin/ -->
<dependency>
<groupId>net.pearx.kpastebin</groupId>
<artifactId>kpastebin</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.pearx.kpastebin/kpastebin/
implementation 'net.pearx.kpastebin:kpastebin:1.0.0'
// https://jarcasting.com/artifacts/net.pearx.kpastebin/kpastebin/
implementation ("net.pearx.kpastebin:kpastebin:1.0.0")
'net.pearx.kpastebin:kpastebin:pom:1.0.0'
<dependency org="net.pearx.kpastebin" name="kpastebin" rev="1.0.0">
<artifact name="kpastebin" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.pearx.kpastebin', module='kpastebin', version='1.0.0')
)
libraryDependencies += "net.pearx.kpastebin" % "kpastebin" % "1.0.0"
[net.pearx.kpastebin/kpastebin "1.0.0"]