License |
License |
---|---|
GroupId | GroupIdcom.truward.brikar |
ArtifactId | ArtifactIdbrikar-common |
Version | Version1.9.39 |
Type | Typejar |
Description |
DescriptionBrikar Common
A set of libraries for exposing microservices as
Spring MVC applications using Jetty as servlet container
|
Filename | Size |
---|---|
brikar-common-1.9.39.pom | |
brikar-common-1.9.39.jar | 25 KB |
brikar-common-1.9.39-sources.jar | 15 KB |
brikar-common-1.9.39-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.truward.brikar/brikar-common/ -->
<dependency>
<groupId>com.truward.brikar</groupId>
<artifactId>brikar-common</artifactId>
<version>1.9.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-common/
implementation 'com.truward.brikar:brikar-common:1.9.39'
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-common/
implementation ("com.truward.brikar:brikar-common:1.9.39")
'com.truward.brikar:brikar-common:jar:1.9.39'
<dependency org="com.truward.brikar" name="brikar-common" rev="1.9.39">
<artifact name="brikar-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar', module='brikar-common', version='1.9.39')
)
libraryDependencies += "com.truward.brikar" % "brikar-common" % "1.9.39"
[com.truward.brikar/brikar-common "1.9.39"]
Group / Artifact | Type | Version |
---|---|---|
com.truward.time : utc-time | jar | 1.0.6 |
org.springframework : spring-aspects | jar | 4.3.7.RELEASE |
org.springframework : spring-context-support | jar | 4.3.7.RELEASE |
org.springframework : spring-context | jar | 4.3.7.RELEASE |
org.springframework : spring-web | jar | 4.3.7.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.24 |
org.slf4j : jcl-over-slf4j | jar | 1.7.24 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.7.RELEASE |
ch.qos.logback : logback-classic | jar | 1.2.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |