| GroupId | GroupIdorg.blufin |
|---|---|
| ArtifactId | ArtifactIdblufin-core |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
DescriptionBlufin Core
|
| Filename | Size |
|---|---|
| blufin-core-0.0.1.pom | |
| blufin-core-0.0.1.jar | 154 KB |
| blufin-core-0.0.1-tests.jar | 3 KB |
| blufin-core-0.0.1-sources.jar | 72 KB |
| blufin-core-0.0.1-javadoc.jar | 551 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.blufin/blufin-core/ -->
<dependency>
<groupId>org.blufin</groupId>
<artifactId>blufin-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.blufin/blufin-core/
implementation 'org.blufin:blufin-core:0.0.1'
// https://jarcasting.com/artifacts/org.blufin/blufin-core/
implementation ("org.blufin:blufin-core:0.0.1")
'org.blufin:blufin-core:jar:0.0.1'
<dependency org="org.blufin" name="blufin-core" rev="0.0.1">
<artifact name="blufin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blufin', module='blufin-core', version='0.0.1')
)
libraryDependencies += "org.blufin" % "blufin-core" % "0.0.1"
[org.blufin/blufin-core "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.blufin : blufin-sdk | jar | 0.0.1 |
| com.amazonaws : aws-java-sdk | jar | 1.11.105 |
| com.amazonaws : aws-java-sdk-core | jar | 1.11.105 |
| com.amazonaws : aws-java-sdk-s3 | jar | 1.11.105 |
| com.google.code.findbugs : annotations | jar | 2.0.0 |
| com.rabbitmq : amqp-client | jar | 4.8.0 |
| com.zaxxer : HikariCP | jar | 3.2.0 |
| commons-codec : commons-codec | jar | 1.10 |
| mysql : mysql-connector-java | jar | 8.0.11 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| org.json : json | jar | 20160212 |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-starter-undertow | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.blufin : blufin-sdk | test-jar | 0.0.1 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.23.4 |
| junit : junit-dep | jar | 4.10 |