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