License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.frontegg |
ArtifactId | ArtifactIdapi-client |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionFrontegg Java SDK parent project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
api-client-0.0.1.pom | |
api-client-0.0.1.jar | 2 KB |
api-client-0.0.1-sources.jar | 2 KB |
api-client-0.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frontegg/api-client/ -->
<dependency>
<groupId>com.frontegg</groupId>
<artifactId>api-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.frontegg/api-client/
implementation 'com.frontegg:api-client:0.0.1'
// https://jarcasting.com/artifacts/com.frontegg/api-client/
implementation ("com.frontegg:api-client:0.0.1")
'com.frontegg:api-client:jar:0.0.1'
<dependency org="com.frontegg" name="api-client" rev="0.0.1">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frontegg', module='api-client', version='0.0.1')
)
libraryDependencies += "com.frontegg" % "api-client" % "0.0.1"
[com.frontegg/api-client "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.frontegg : common | jar | 0.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |