| GroupId | GroupIdcom.github.pxav.kelp |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.3.2.pom | |
| core-0.3.2.jar | 343 KB |
| core-0.3.2-sources.jar | 263 KB |
| core-0.3.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pxav.kelp/core/ -->
<dependency>
<groupId>com.github.pxav.kelp</groupId>
<artifactId>core</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pxav.kelp/core/
implementation 'com.github.pxav.kelp:core:0.3.2'
// https://jarcasting.com/artifacts/com.github.pxav.kelp/core/
implementation ("com.github.pxav.kelp:core:0.3.2")
'com.github.pxav.kelp:core:jar:0.3.2'
<dependency org="com.github.pxav.kelp" name="core" rev="0.3.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pxav.kelp', module='core', version='0.3.2')
)
libraryDependencies += "com.github.pxav.kelp" % "core" % "0.3.2"
[com.github.pxav.kelp/core "0.3.2"]