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