GroupId | GroupIdcom.seomse.commons |
---|---|
ArtifactId | ArtifactIdseomse-commons |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
seomse-commons-1.1.8.pom | |
seomse-commons-1.1.8.jar | 60 KB |
seomse-commons-1.1.8-sources.jar | 55 KB |
seomse-commons-1.1.8-javadoc.jar | 294 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.commons/seomse-commons/ -->
<dependency>
<groupId>com.seomse.commons</groupId>
<artifactId>seomse-commons</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.commons/seomse-commons/
implementation 'com.seomse.commons:seomse-commons:1.1.8'
// https://jarcasting.com/artifacts/com.seomse.commons/seomse-commons/
implementation ("com.seomse.commons:seomse-commons:1.1.8")
'com.seomse.commons:seomse-commons:jar:1.1.8'
<dependency org="com.seomse.commons" name="seomse-commons" rev="1.1.8">
<artifact name="seomse-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.commons', module='seomse-commons', version='1.1.8')
)
libraryDependencies += "com.seomse.commons" % "seomse-commons" % "1.1.8"
[com.seomse.commons/seomse-commons "1.1.8"]