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