GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdservices |
Version | Version1.0.0-beta3 |
Type | Typejar |
Filename | Size |
---|---|
services-1.0.0-beta3.pom | |
services-1.0.0-beta3.jar | 47 KB |
services-1.0.0-beta3-sources.jar | 47 KB |
services-1.0.0-beta3-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/services/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>services</artifactId>
<version>1.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/services/
implementation 'com.github.wasiqb.coteafs:services:1.0.0-beta3'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/services/
implementation ("com.github.wasiqb.coteafs:services:1.0.0-beta3")
'com.github.wasiqb.coteafs:services:jar:1.0.0-beta3'
<dependency org="com.github.wasiqb.coteafs" name="services" rev="1.0.0-beta3">
<artifact name="services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='services', version='1.0.0-beta3')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "services" % "1.0.0-beta3"
[com.github.wasiqb.coteafs/services "1.0.0-beta3"]