License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Java Languages |
GroupId | GroupIdcom.walterjwhite.java.examples |
ArtifactId | ArtifactIdidentity |
Last Version | Last Version0.0.17 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionexamples - identity
examples
|
Filename | Size |
---|---|
identity-0.0.17.pom | |
identity-0.0.17.jar | 54 KB |
identity-0.0.17-sources.jar | 6 KB |
identity-0.0.17-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.java.examples/identity/ -->
<dependency>
<groupId>com.walterjwhite.java.examples</groupId>
<artifactId>identity</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.java.examples/identity/
implementation 'com.walterjwhite.java.examples:identity:0.0.17'
// https://jarcasting.com/artifacts/com.walterjwhite.java.examples/identity/
implementation ("com.walterjwhite.java.examples:identity:0.0.17")
'com.walterjwhite.java.examples:identity:jar:0.0.17'
<dependency org="com.walterjwhite.java.examples" name="identity" rev="0.0.17">
<artifact name="identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.java.examples', module='identity', version='0.0.17')
)
libraryDependencies += "com.walterjwhite.java.examples" % "identity" % "0.0.17"
[com.walterjwhite.java.examples/identity "0.0.17"]
Group / Artifact | Type | Version |
---|---|---|
com.walterjwhite.java.configuration.cli : guice | pom | 0.0.17 |
com.walterjwhite.java.infrastructure.datastore.api : repository | jar | 0.0.17 |
com.walterjwhite.java.modules.identity.api : model | jar | 0.0.17 |
com.walterjwhite.java.modules.encryption.providers : guice | jar | 0.0.17 |
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit : junit-bom | pom | 5.5.1 |