GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdservices |
Version | Version1.0.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
services-1.0.0-beta1.pom | |
services-1.0.0-beta1.jar | 45 KB |
services-1.0.0-beta1-sources.jar | 44 KB |
services-1.0.0-beta1-javadoc.jar | 249 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-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/services/
implementation 'com.github.wasiqb.coteafs:services:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/services/
implementation ("com.github.wasiqb.coteafs:services:1.0.0-beta1")
'com.github.wasiqb.coteafs:services:jar:1.0.0-beta1'
<dependency org="com.github.wasiqb.coteafs" name="services" rev="1.0.0-beta1">
<artifact name="services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='services', version='1.0.0-beta1')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "services" % "1.0.0-beta1"
[com.github.wasiqb.coteafs/services "1.0.0-beta1"]