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