GroupId | GroupIdcom.shipdream |
---|---|
ArtifactId | ArtifactIdservice-core |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
service-core-1.1.8.pom | |
service-core-1.1.8.jar | 7 KB |
service-core-1.1.8-sources.jar | 6 KB |
service-core-1.1.8-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/service-core/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>service-core</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/service-core/
implementation 'com.shipdream:service-core:1.1.8'
// https://jarcasting.com/artifacts/com.shipdream/service-core/
implementation ("com.shipdream:service-core:1.1.8")
'com.shipdream:service-core:jar:1.1.8'
<dependency org="com.shipdream" name="service-core" rev="1.1.8">
<artifact name="service-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='service-core', version='1.1.8')
)
libraryDependencies += "com.shipdream" % "service-core" % "1.1.8"
[com.shipdream/service-core "1.1.8"]