GroupId | GroupIdcom.zusmart |
---|---|
ArtifactId | ArtifactIdzusmart-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
zusmart-core-1.0.3.pom | |
zusmart-core-1.0.3.jar | 604 KB |
zusmart-core-1.0.3-sources.jar | 88 KB |
zusmart-core-1.0.3-javadoc.jar | 865 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zusmart/zusmart-core/ -->
<dependency>
<groupId>com.zusmart</groupId>
<artifactId>zusmart-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zusmart/zusmart-core/
implementation 'com.zusmart:zusmart-core:1.0.3'
// https://jarcasting.com/artifacts/com.zusmart/zusmart-core/
implementation ("com.zusmart:zusmart-core:1.0.3")
'com.zusmart:zusmart-core:jar:1.0.3'
<dependency org="com.zusmart" name="zusmart-core" rev="1.0.3">
<artifact name="zusmart-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zusmart', module='zusmart-core', version='1.0.3')
)
libraryDependencies += "com.zusmart" % "zusmart-core" % "1.0.3"
[com.zusmart/zusmart-core "1.0.3"]