| License |
License |
|---|---|
| GroupId | GroupIdcom.tekmare |
| ArtifactId | ArtifactIdcommons |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHNR Common Library
A java library written by my self including common features and classes to use in future projects
|
| Filename | Size |
|---|---|
| commons-1.3.2.pom | |
| commons-1.3.2.jar | 53 KB |
| commons-1.3.2-sources.jar | 24 KB |
| commons-1.3.2-javadoc.jar | 263 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tekmare/commons/ -->
<dependency>
<groupId>com.tekmare</groupId>
<artifactId>commons</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tekmare/commons/
implementation 'com.tekmare:commons:1.3.2'
// https://jarcasting.com/artifacts/com.tekmare/commons/
implementation ("com.tekmare:commons:1.3.2")
'com.tekmare:commons:jar:1.3.2'
<dependency org="com.tekmare" name="commons" rev="1.3.2">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tekmare', module='commons', version='1.3.2')
)
libraryDependencies += "com.tekmare" % "commons" % "1.3.2"
[com.tekmare/commons "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.5.RELEASE |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.5.RELEASE |
| org.springframework.cloud : spring-cloud-starter-security | jar | 2.2.0.RELEASE |
| org.springframework.boot : spring-boot-starter-validation | jar | 2.2.5.RELEASE |
| org.projectlombok : lombok | jar | 1.18.12 |
| org.json : json | jar | 20180813 |