License |
License |
---|---|
GroupId | GroupIdcom.seomse.commons |
ArtifactId | ArtifactIdcommons |
Version | Version1.2.7 |
Type | Typejar |
Description |
Descriptioncommons
config, utils, service
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.2.7.pom | |
commons-1.2.7.jar | 67 KB |
commons-1.2.7-sources.jar | 64 KB |
commons-1.2.7-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.commons/commons/ -->
<dependency>
<groupId>com.seomse.commons</groupId>
<artifactId>commons</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.commons/commons/
implementation 'com.seomse.commons:commons:1.2.7'
// https://jarcasting.com/artifacts/com.seomse.commons/commons/
implementation ("com.seomse.commons:commons:1.2.7")
'com.seomse.commons:commons:jar:1.2.7'
<dependency org="com.seomse.commons" name="commons" rev="1.2.7">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.commons', module='commons', version='1.2.7')
)
libraryDependencies += "com.seomse.commons" % "commons" % "1.2.7"
[com.seomse.commons/commons "1.2.7"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.10 |
ch.qos.logback : logback-classic | jar | 1.2.10 |
ch.qos.logback : logback-access | jar | 1.2.10 |
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20211205 |