License |
License |
---|---|
GroupId | GroupIdcom.github.dingey |
ArtifactId | ArtifactIdcommon-service |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
common-service-0.0.5.pom | |
common-service-0.0.5.jar | 38 KB |
common-service-0.0.5-sources.jar | 21 KB |
common-service-0.0.5-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dingey/common-service/ -->
<dependency>
<groupId>com.github.dingey</groupId>
<artifactId>common-service</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/common-service/
implementation 'com.github.dingey:common-service:0.0.5'
// https://jarcasting.com/artifacts/com.github.dingey/common-service/
implementation ("com.github.dingey:common-service:0.0.5")
'com.github.dingey:common-service:jar:0.0.5'
<dependency org="com.github.dingey" name="common-service" rev="0.0.5">
<artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='common-service', version='0.0.5')
)
libraryDependencies += "com.github.dingey" % "common-service" % "0.0.5"
[com.github.dingey/common-service "0.0.5"]