License |
License |
---|---|
GroupId | GroupIdcom.elevenware.felson.examples |
ArtifactId | ArtifactIdone |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionone
A resource server protected by our auth server
|
Filename | Size |
---|---|
one-0.0.2.pom | |
one-0.0.2.jar | 2 KB |
one-0.0.2-sources.jar | 3 KB |
one-0.0.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.elevenware.felson.examples/one/ -->
<dependency>
<groupId>com.elevenware.felson.examples</groupId>
<artifactId>one</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elevenware.felson.examples/one/
implementation 'com.elevenware.felson.examples:one:0.0.2'
// https://jarcasting.com/artifacts/com.elevenware.felson.examples/one/
implementation ("com.elevenware.felson.examples:one:0.0.2")
'com.elevenware.felson.examples:one:pom:0.0.2'
<dependency org="com.elevenware.felson.examples" name="one" rev="0.0.2">
<artifact name="one" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elevenware.felson.examples', module='one', version='0.0.2')
)
libraryDependencies += "com.elevenware.felson.examples" % "one" % "0.0.2"
[com.elevenware.felson.examples/one "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.elevenware.felson : felson-ioc | jar | 0.0.2 |
com.elevenware.felson : felson-client | jar | 0.0.2 |
com.elevenware.felson : felson-core | jar | 0.0.2 |
com.h2database : h2 | jar | 1.3.148 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.5 |