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