| GroupId | GroupIdcom.github.codeinghelper |
|---|---|
| ArtifactId | ArtifactIdbasic |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| basic-0.0.3.pom | |
| basic-0.0.3.jar | 31 KB |
| basic-0.0.3-sources.jar | 23 KB |
| basic-0.0.3-javadoc.jar | 205 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.codeinghelper/basic/ -->
<dependency>
<groupId>com.github.codeinghelper</groupId>
<artifactId>basic</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeinghelper/basic/
implementation 'com.github.codeinghelper:basic:0.0.3'
// https://jarcasting.com/artifacts/com.github.codeinghelper/basic/
implementation ("com.github.codeinghelper:basic:0.0.3")
'com.github.codeinghelper:basic:jar:0.0.3'
<dependency org="com.github.codeinghelper" name="basic" rev="0.0.3">
<artifact name="basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codeinghelper', module='basic', version='0.0.3')
)
libraryDependencies += "com.github.codeinghelper" % "basic" % "0.0.3"
[com.github.codeinghelper/basic "0.0.3"]