GroupId | GroupIdcom.dottydingo.service.endpoint |
---|---|
ArtifactId | ArtifactIdservice-endpoint |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
service-endpoint-1.0.0.pom | |
service-endpoint-1.0.0.jar | 40 KB |
service-endpoint-1.0.0-sources.jar | 21 KB |
service-endpoint-1.0.0-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dottydingo.service.endpoint/service-endpoint/ -->
<dependency>
<groupId>com.dottydingo.service.endpoint</groupId>
<artifactId>service-endpoint</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.service.endpoint/service-endpoint/
implementation 'com.dottydingo.service.endpoint:service-endpoint:1.0.0'
// https://jarcasting.com/artifacts/com.dottydingo.service.endpoint/service-endpoint/
implementation ("com.dottydingo.service.endpoint:service-endpoint:1.0.0")
'com.dottydingo.service.endpoint:service-endpoint:jar:1.0.0'
<dependency org="com.dottydingo.service.endpoint" name="service-endpoint" rev="1.0.0">
<artifact name="service-endpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.service.endpoint', module='service-endpoint', version='1.0.0')
)
libraryDependencies += "com.dottydingo.service.endpoint" % "service-endpoint" % "1.0.0"
[com.dottydingo.service.endpoint/service-endpoint "1.0.0"]