License |
License |
---|---|
GroupId | GroupIdcom.frontegg |
ArtifactId | ArtifactIdcommon |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionFrontegg Java SDK parent project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
common-0.0.1.pom | |
common-0.0.1.jar | 8 KB |
common-0.0.1-sources.jar | 5 KB |
common-0.0.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frontegg/common/ -->
<dependency>
<groupId>com.frontegg</groupId>
<artifactId>common</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.frontegg/common/
implementation 'com.frontegg:common:0.0.1'
// https://jarcasting.com/artifacts/com.frontegg/common/
implementation ("com.frontegg:common:0.0.1")
'com.frontegg:common:jar:0.0.1'
<dependency org="com.frontegg" name="common" rev="0.0.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frontegg', module='common', version='0.0.1')
)
libraryDependencies += "com.frontegg" % "common" % "0.0.1"
[com.frontegg/common "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
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 |