| GroupId | GroupIdio.github.navi-cloud |
|---|---|
| ArtifactId | ArtifactIdNaviSharedService |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| NaviSharedService-1.0.0.pom | |
| NaviSharedService-1.0.0-sources.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.navi-cloud/NaviSharedService/ -->
<dependency>
<groupId>io.github.navi-cloud</groupId>
<artifactId>NaviSharedService</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.navi-cloud/NaviSharedService/
implementation 'io.github.navi-cloud:NaviSharedService:1.0.0'
// https://jarcasting.com/artifacts/io.github.navi-cloud/NaviSharedService/
implementation ("io.github.navi-cloud:NaviSharedService:1.0.0")
'io.github.navi-cloud:NaviSharedService:pom:1.0.0'
<dependency org="io.github.navi-cloud" name="NaviSharedService" rev="1.0.0">
<artifact name="NaviSharedService" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.navi-cloud', module='NaviSharedService', version='1.0.0')
)
libraryDependencies += "io.github.navi-cloud" % "NaviSharedService" % "1.0.0"
[io.github.navi-cloud/NaviSharedService "1.0.0"]