| GroupId | GroupIdcom.thegreatapi.demolibrary |
|---|---|
| ArtifactId | ArtifactIdapi |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| api-0.0.1.pom | |
| api-0.0.1.jar | 5 KB |
| api-0.0.1-sources.jar | 4 KB |
| api-0.0.1-javadoc.jar | 393 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thegreatapi.demolibrary/api/ -->
<dependency>
<groupId>com.thegreatapi.demolibrary</groupId>
<artifactId>api</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegreatapi.demolibrary/api/
implementation 'com.thegreatapi.demolibrary:api:0.0.1'
// https://jarcasting.com/artifacts/com.thegreatapi.demolibrary/api/
implementation ("com.thegreatapi.demolibrary:api:0.0.1")
'com.thegreatapi.demolibrary:api:jar:0.0.1'
<dependency org="com.thegreatapi.demolibrary" name="api" rev="0.0.1">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegreatapi.demolibrary', module='api', version='0.0.1')
)
libraryDependencies += "com.thegreatapi.demolibrary" % "api" % "0.0.1"
[com.thegreatapi.demolibrary/api "0.0.1"]