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