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