GroupId | GroupIdcom.centit.framework |
---|---|
ArtifactId | ArtifactIdcentit-ip-app |
Version | Version1.1.1808 |
Type | Typejar |
Filename | Size |
---|---|
centit-ip-app-1.1.1808.pom | |
centit-ip-app-1.1.1808.jar | 33 KB |
centit-ip-app-1.1.1808-sources.jar | 29 KB |
centit-ip-app-1.1.1808-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.framework/centit-ip-app/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>centit-ip-app</artifactId>
<version>1.1.1808</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/centit-ip-app/
implementation 'com.centit.framework:centit-ip-app:1.1.1808'
// https://jarcasting.com/artifacts/com.centit.framework/centit-ip-app/
implementation ("com.centit.framework:centit-ip-app:1.1.1808")
'com.centit.framework:centit-ip-app:jar:1.1.1808'
<dependency org="com.centit.framework" name="centit-ip-app" rev="1.1.1808">
<artifact name="centit-ip-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='centit-ip-app', version='1.1.1808')
)
libraryDependencies += "com.centit.framework" % "centit-ip-app" % "1.1.1808"
[com.centit.framework/centit-ip-app "1.1.1808"]