is not current version
Last Version 3.2.0

com.ruijc:base 1.0.0

基础包。

GroupId

GroupId

com.ruijc
ArtifactId

ArtifactId

base
Version

Version

1.0.0
Type

Type

jar

Download base 1.0.0


<!-- https://jarcasting.com/artifacts/com.ruijc/base/ -->
<dependency>
    <groupId>com.ruijc</groupId>
    <artifactId>base</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/base/
implementation 'com.ruijc:base:1.0.0'
// https://jarcasting.com/artifacts/com.ruijc/base/
implementation ("com.ruijc:base:1.0.0")
'com.ruijc:base:jar:1.0.0'
<dependency org="com.ruijc" name="base" rev="1.0.0">
  <artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='base', version='1.0.0')
)
libraryDependencies += "com.ruijc" % "base" % "1.0.0"
[com.ruijc/base "1.0.0"]