GroupId | GroupIdcom.github.zzycjcg |
---|---|
ArtifactId | ArtifactIdfoundation |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
foundation-0.0.2.pom | |
foundation-0.0.2.jar | 15 KB |
foundation-0.0.2-sources.jar | 11 KB |
foundation-0.0.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zzycjcg/foundation/ -->
<dependency>
<groupId>com.github.zzycjcg</groupId>
<artifactId>foundation</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation/
implementation 'com.github.zzycjcg:foundation:0.0.2'
// https://jarcasting.com/artifacts/com.github.zzycjcg/foundation/
implementation ("com.github.zzycjcg:foundation:0.0.2")
'com.github.zzycjcg:foundation:jar:0.0.2'
<dependency org="com.github.zzycjcg" name="foundation" rev="0.0.2">
<artifact name="foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zzycjcg', module='foundation', version='0.0.2')
)
libraryDependencies += "com.github.zzycjcg" % "foundation" % "0.0.2"
[com.github.zzycjcg/foundation "0.0.2"]