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