GroupId | GroupIdcom.jeesuite |
---|---|
ArtifactId | ArtifactIdjeesuite-common |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
jeesuite-common-1.3.7.pom | |
jeesuite-common-1.3.7.jar | 166 KB |
jeesuite-common-1.3.7-sources.jar | 96 KB |
jeesuite-common-1.3.7-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-common/ -->
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-common</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-common/
implementation 'com.jeesuite:jeesuite-common:1.3.7'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-common/
implementation ("com.jeesuite:jeesuite-common:1.3.7")
'com.jeesuite:jeesuite-common:jar:1.3.7'
<dependency org="com.jeesuite" name="jeesuite-common" rev="1.3.7">
<artifact name="jeesuite-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-common', version='1.3.7')
)
libraryDependencies += "com.jeesuite" % "jeesuite-common" % "1.3.7"
[com.jeesuite/jeesuite-common "1.3.7"]