GroupId | GroupIdcom.github.roneetshaw |
---|---|
ArtifactId | ArtifactIdapi |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
api-1.0.11.pom | |
api-1.0.11.jar | 25 KB |
api-1.0.11-sources.jar | 51 KB |
api-1.0.11-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/api/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>api</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/api/
implementation 'com.github.roneetshaw:api:1.0.11'
// https://jarcasting.com/artifacts/com.github.roneetshaw/api/
implementation ("com.github.roneetshaw:api:1.0.11")
'com.github.roneetshaw:api:jar:1.0.11'
<dependency org="com.github.roneetshaw" name="api" rev="1.0.11">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='api', version='1.0.11')
)
libraryDependencies += "com.github.roneetshaw" % "api" % "1.0.11"
[com.github.roneetshaw/api "1.0.11"]