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