GroupId | GroupIdcom.github.sixinyiyu |
---|---|
ArtifactId | ArtifactIdfoundation-dependency |
Version | Version0.0.3.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
foundation-dependency-0.0.3.RELEASE.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sixinyiyu/foundation-dependency/ -->
<dependency>
<groupId>com.github.sixinyiyu</groupId>
<artifactId>foundation-dependency</artifactId>
<version>0.0.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sixinyiyu/foundation-dependency/
implementation 'com.github.sixinyiyu:foundation-dependency:0.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.sixinyiyu/foundation-dependency/
implementation ("com.github.sixinyiyu:foundation-dependency:0.0.3.RELEASE")
'com.github.sixinyiyu:foundation-dependency:pom:0.0.3.RELEASE'
<dependency org="com.github.sixinyiyu" name="foundation-dependency" rev="0.0.3.RELEASE">
<artifact name="foundation-dependency" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sixinyiyu', module='foundation-dependency', version='0.0.3.RELEASE')
)
libraryDependencies += "com.github.sixinyiyu" % "foundation-dependency" % "0.0.3.RELEASE"
[com.github.sixinyiyu/foundation-dependency "0.0.3.RELEASE"]