GroupId | GroupIdcom.whosly |
---|---|
ArtifactId | ArtifactIdapi |
Version | Version1.2.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
api-1.2.0-RELEASE.pom | |
api-1.2.0-RELEASE.jar | 20 KB |
api-1.2.0-RELEASE-sources.jar | 18 KB |
api-1.2.0-RELEASE-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whosly/api/ -->
<dependency>
<groupId>com.whosly</groupId>
<artifactId>api</artifactId>
<version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.whosly/api/
implementation 'com.whosly:api:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.whosly/api/
implementation ("com.whosly:api:1.2.0-RELEASE")
'com.whosly:api:jar:1.2.0-RELEASE'
<dependency org="com.whosly" name="api" rev="1.2.0-RELEASE">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whosly', module='api', version='1.2.0-RELEASE')
)
libraryDependencies += "com.whosly" % "api" % "1.2.0-RELEASE"
[com.whosly/api "1.2.0-RELEASE"]