License |
License |
---|---|
GroupId | GroupIdcom.github.sisyphsu |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommon
Some useful library for Java & SpringBoot implementation.
|
Project URL |
Project URL |
Filename | Size |
---|---|
common-1.0.4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/common/ -->
<dependency>
<groupId>com.github.sisyphsu</groupId>
<artifactId>common</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/common/
implementation 'com.github.sisyphsu:common:1.0.4'
// https://jarcasting.com/artifacts/com.github.sisyphsu/common/
implementation ("com.github.sisyphsu:common:1.0.4")
'com.github.sisyphsu:common:pom:1.0.4'
<dependency org="com.github.sisyphsu" name="common" rev="1.0.4">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='common', version='1.0.4')
)
libraryDependencies += "com.github.sisyphsu" % "common" % "1.0.4"
[com.github.sisyphsu/common "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | |
org.apache.commons : commons-lang3 | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |