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