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