GroupId | GroupIdcom.nowellpoint |
---|---|
ArtifactId | ArtifactIdnowellpoint-oauth-api |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
nowellpoint-oauth-api-1.4.pom | |
nowellpoint-oauth-api-1.4.jar | 64 KB |
nowellpoint-oauth-api-1.4-sources.jar | 186 KB |
nowellpoint-oauth-api-1.4-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nowellpoint/nowellpoint-oauth-api/ -->
<dependency>
<groupId>com.nowellpoint</groupId>
<artifactId>nowellpoint-oauth-api</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nowellpoint/nowellpoint-oauth-api/
implementation 'com.nowellpoint:nowellpoint-oauth-api:1.4'
// https://jarcasting.com/artifacts/com.nowellpoint/nowellpoint-oauth-api/
implementation ("com.nowellpoint:nowellpoint-oauth-api:1.4")
'com.nowellpoint:nowellpoint-oauth-api:jar:1.4'
<dependency org="com.nowellpoint" name="nowellpoint-oauth-api" rev="1.4">
<artifact name="nowellpoint-oauth-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nowellpoint', module='nowellpoint-oauth-api', version='1.4')
)
libraryDependencies += "com.nowellpoint" % "nowellpoint-oauth-api" % "1.4"
[com.nowellpoint/nowellpoint-oauth-api "1.4"]