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