License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.frontegg |
ArtifactId | ArtifactIdconfig |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionFrontegg Java SDK parent project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
config-0.0.1.pom | |
config-0.0.1.jar | 7 KB |
config-0.0.1-sources.jar | 5 KB |
config-0.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frontegg/config/ -->
<dependency>
<groupId>com.frontegg</groupId>
<artifactId>config</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.frontegg/config/
implementation 'com.frontegg:config:0.0.1'
// https://jarcasting.com/artifacts/com.frontegg/config/
implementation ("com.frontegg:config:0.0.1")
'com.frontegg:config:jar:0.0.1'
<dependency org="com.frontegg" name="config" rev="0.0.1">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frontegg', module='config', version='0.0.1')
)
libraryDependencies += "com.frontegg" % "config" % "0.0.1"
[com.frontegg/config "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 |
---|---|---|
junit : junit | jar | 4.12 |