GroupId | GroupIdorg.gaixie.jibu.assemblies |
---|---|
ArtifactId | ArtifactIdjibu |
Version | Version1.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
jibu-1.0.0-RC1.pom | |
jibu-1.0.0-RC1.war | 1 KB |
jibu-1.0.0-RC1-src.zip | 327 KB |
jibu-1.0.0-RC1-src.tar.gz | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu.assemblies/jibu/ -->
<dependency>
<groupId>org.gaixie.jibu.assemblies</groupId>
<artifactId>jibu</artifactId>
<version>1.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.assemblies/jibu/
implementation 'org.gaixie.jibu.assemblies:jibu:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.gaixie.jibu.assemblies/jibu/
implementation ("org.gaixie.jibu.assemblies:jibu:1.0.0-RC1")
'org.gaixie.jibu.assemblies:jibu:pom:1.0.0-RC1'
<dependency org="org.gaixie.jibu.assemblies" name="jibu" rev="1.0.0-RC1">
<artifact name="jibu" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.assemblies', module='jibu', version='1.0.0-RC1')
)
libraryDependencies += "org.gaixie.jibu.assemblies" % "jibu" % "1.0.0-RC1"
[org.gaixie.jibu.assemblies/jibu "1.0.0-RC1"]