GroupId | GroupIdorg.gaixie.jibu |
---|---|
ArtifactId | ArtifactIdjibu-core |
Version | Version1.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
jibu-core-1.0.0-RC1.pom | |
jibu-core-1.0.0-RC1.jar | 115 KB |
jibu-core-1.0.0-RC1-sources.jar | 109 KB |
jibu-core-1.0.0-RC1-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu/jibu-core/ -->
<dependency>
<groupId>org.gaixie.jibu</groupId>
<artifactId>jibu-core</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu/jibu-core/
implementation 'org.gaixie.jibu:jibu-core:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.gaixie.jibu/jibu-core/
implementation ("org.gaixie.jibu:jibu-core:1.0.0-RC1")
'org.gaixie.jibu:jibu-core:jar:1.0.0-RC1'
<dependency org="org.gaixie.jibu" name="jibu-core" rev="1.0.0-RC1">
<artifact name="jibu-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu', module='jibu-core', version='1.0.0-RC1')
)
libraryDependencies += "org.gaixie.jibu" % "jibu-core" % "1.0.0-RC1"
[org.gaixie.jibu/jibu-core "1.0.0-RC1"]