GroupId | GroupIdcom.jeesuite |
---|---|
ArtifactId | ArtifactIdjeesuite-libs |
Version | Version1.1.8 |
Type | Typepom |
Filename | Size |
---|---|
jeesuite-libs-1.1.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-libs/ -->
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-libs</artifactId>
<version>1.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-libs/
implementation 'com.jeesuite:jeesuite-libs:1.1.8'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-libs/
implementation ("com.jeesuite:jeesuite-libs:1.1.8")
'com.jeesuite:jeesuite-libs:pom:1.1.8'
<dependency org="com.jeesuite" name="jeesuite-libs" rev="1.1.8">
<artifact name="jeesuite-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-libs', version='1.1.8')
)
libraryDependencies += "com.jeesuite" % "jeesuite-libs" % "1.1.8"
[com.jeesuite/jeesuite-libs "1.1.8"]