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