| GroupId | GroupIdme.codeboy.common |
|---|---|
| ArtifactId | ArtifactIdbase |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| base-1.0.2.pom | |
| base-1.0.2.jar | 18 KB |
| base-1.0.2-sources.jar | 11 KB |
| base-1.0.2-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.codeboy.common/base/ -->
<dependency>
<groupId>me.codeboy.common</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.codeboy.common/base/
implementation 'me.codeboy.common:base:1.0.2'
// https://jarcasting.com/artifacts/me.codeboy.common/base/
implementation ("me.codeboy.common:base:1.0.2")
'me.codeboy.common:base:jar:1.0.2'
<dependency org="me.codeboy.common" name="base" rev="1.0.2">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.codeboy.common', module='base', version='1.0.2')
)
libraryDependencies += "me.codeboy.common" % "base" % "1.0.2"
[me.codeboy.common/base "1.0.2"]