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