| License |
License |
|---|---|
| GroupId | GroupIdcom.github.peterasasi.cm |
| ArtifactId | ArtifactIdcore |
| Version | Version1.1.3 |
| Type | Typejar |
| Description |
Descriptionpeterasasi.cm-core
simply code for use
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-1.1.3.pom | |
| core-1.1.3.jar | 30 KB |
| core-1.1.3-sources.jar | 21 KB |
| core-1.1.3-javadoc.jar | 530 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.peterasasi.cm/core/ -->
<dependency>
<groupId>com.github.peterasasi.cm</groupId>
<artifactId>core</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peterasasi.cm/core/
implementation 'com.github.peterasasi.cm:core:1.1.3'
// https://jarcasting.com/artifacts/com.github.peterasasi.cm/core/
implementation ("com.github.peterasasi.cm:core:1.1.3")
'com.github.peterasasi.cm:core:jar:1.1.3'
<dependency org="com.github.peterasasi.cm" name="core" rev="1.1.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peterasasi.cm', module='core', version='1.1.3')
)
libraryDependencies += "com.github.peterasasi.cm" % "core" % "1.1.3"
[com.github.peterasasi.cm/core "1.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-api | jar | 0.10.7 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.10.7 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.7 |