GroupId | GroupIdcom.dottydingo.service.endpoint |
---|---|
ArtifactId | ArtifactIdservice-endpoint |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
service-endpoint-1.0.1.pom | |
service-endpoint-1.0.1.jar | 40 KB |
service-endpoint-1.0.1-sources.jar | 21 KB |
service-endpoint-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dottydingo.service.endpoint/service-endpoint/
implementation 'com.dottydingo.service.endpoint:service-endpoint:1.0.1'
// https://jarcasting.com/artifacts/com.dottydingo.service.endpoint/service-endpoint/
implementation ("com.dottydingo.service.endpoint:service-endpoint:1.0.1")
'com.dottydingo.service.endpoint:service-endpoint:jar:1.0.1'
<dependency org="com.dottydingo.service.endpoint" name="service-endpoint" rev="1.0.1">
<artifact name="service-endpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dottydingo.service.endpoint', module='service-endpoint', version='1.0.1')
)
libraryDependencies += "com.dottydingo.service.endpoint" % "service-endpoint" % "1.0.1"
[com.dottydingo.service.endpoint/service-endpoint "1.0.1"]