Status
Java-Common
- Common code and Utilities for java SDK
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.arxanfintech |
| ArtifactId | ArtifactIdjava-common |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava-common
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| java-common-3.0.pom | |
| java-common-3.0.jar | 90 KB |
| java-common-3.0-sources.jar | 76 KB |
| java-common-3.0-javadoc.jar | 307 KB |
| java-common-3.0-jar-with-dependencies.jar | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.arxanfintech/java-common/ -->
<dependency>
<groupId>com.arxanfintech</groupId>
<artifactId>java-common</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arxanfintech/java-common/
implementation 'com.arxanfintech:java-common:3.0'
// https://jarcasting.com/artifacts/com.arxanfintech/java-common/
implementation ("com.arxanfintech:java-common:3.0")
'com.arxanfintech:java-common:jar:3.0'
<dependency org="com.arxanfintech" name="java-common" rev="3.0">
<artifact name="java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arxanfintech', module='java-common', version='3.0')
)
libraryDependencies += "com.arxanfintech" % "java-common" % "3.0"
[com.arxanfintech/java-common "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.47 |
| com.mashape.unirest : unirest-java | jar | 1.4.9 |
| commons-io : commons-io | jar | 2.4 |
| org.json : json | jar | 20160810 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.55 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.55 |
| org.apache.httpcomponents : httpclient | jar | 4.5.4 |
| com.madgag.spongycastle : core | jar | 1.54.0.0 |
| com.madgag.spongycastle : prov | jar | 1.54.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-nop | jar | 1.7.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |