| License |
License |
|---|---|
| GroupId | GroupIdorg.hiylo.components |
| ArtifactId | ArtifactIdcommons |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationClouds Studio |
| Filename | Size |
|---|---|
| commons-3.0.0.pom | |
| commons-3.0.0.jar | 130 KB |
| commons-3.0.0-sources.jar | 81 KB |
| commons-3.0.0-javadoc.jar | 333 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hiylo.components/commons/ -->
<dependency>
<groupId>org.hiylo.components</groupId>
<artifactId>commons</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hiylo.components/commons/
implementation 'org.hiylo.components:commons:3.0.0'
// https://jarcasting.com/artifacts/org.hiylo.components/commons/
implementation ("org.hiylo.components:commons:3.0.0")
'org.hiylo.components:commons:jar:3.0.0'
<dependency org="org.hiylo.components" name="commons" rev="3.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hiylo.components', module='commons', version='3.0.0')
)
libraryDependencies += "org.hiylo.components" % "commons" % "3.0.0"
[org.hiylo.components/commons "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.projectlombok : lombok | jar | 1.18.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.6 |
| mysql : mysql-connector-java | jar | 8.0.11 |
| com.bbossgroups.plugins : bboss-elasticsearch-spring-boot-starter | jar | 6.1.5 |
| com.bbossgroups.plugins : bboss-elasticsearch-rest-jdbc | jar | 6.1.5 |
| org.databene : contiperf | jar | 2.1.0 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.21 |