GroupId | GroupIdcom.guoshiyao.rely |
---|---|
ArtifactId | ArtifactIdhome-integrate-coreutils |
Version | Version9.0.6-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guoshiyao.rely/home-integrate-coreutils/ -->
<dependency>
<groupId>com.guoshiyao.rely</groupId>
<artifactId>home-integrate-coreutils</artifactId>
<version>9.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.guoshiyao.rely/home-integrate-coreutils/
implementation 'com.guoshiyao.rely:home-integrate-coreutils:9.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.guoshiyao.rely/home-integrate-coreutils/
implementation ("com.guoshiyao.rely:home-integrate-coreutils:9.0.6-RELEASE")
'com.guoshiyao.rely:home-integrate-coreutils:jar:9.0.6-RELEASE'
<dependency org="com.guoshiyao.rely" name="home-integrate-coreutils" rev="9.0.6-RELEASE">
<artifact name="home-integrate-coreutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guoshiyao.rely', module='home-integrate-coreutils', version='9.0.6-RELEASE')
)
libraryDependencies += "com.guoshiyao.rely" % "home-integrate-coreutils" % "9.0.6-RELEASE"
[com.guoshiyao.rely/home-integrate-coreutils "9.0.6-RELEASE"]