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