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