License |
License |
---|---|
GroupId | GroupIdorg.gaixie |
ArtifactId | ArtifactIdgaixie |
Version | Version1 |
Type | Typepom |
Description |
DescriptionGaixie
Gaixie.ORG is an open source community.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gaixie-1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie/gaixie/ -->
<dependency>
<groupId>org.gaixie</groupId>
<artifactId>gaixie</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie/gaixie/
implementation 'org.gaixie:gaixie:1'
// https://jarcasting.com/artifacts/org.gaixie/gaixie/
implementation ("org.gaixie:gaixie:1")
'org.gaixie:gaixie:pom:1'
<dependency org="org.gaixie" name="gaixie" rev="1">
<artifact name="gaixie" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gaixie', module='gaixie', version='1')
)
libraryDependencies += "org.gaixie" % "gaixie" % "1"
[org.gaixie/gaixie "1"]