GroupId | GroupIdcom.dev-smart |
---|---|
ArtifactId | ArtifactIddevsmart-core |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
devsmart-core-0.1.3.pom | |
devsmart-core-0.1.3.jar | 17 KB |
devsmart-core-0.1.3-sources.jar | 6 KB |
devsmart-core-0.1.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>devsmart-core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/
implementation 'com.dev-smart:devsmart-core:0.1.3'
// https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/
implementation ("com.dev-smart:devsmart-core:0.1.3")
'com.dev-smart:devsmart-core:jar:0.1.3'
<dependency org="com.dev-smart" name="devsmart-core" rev="0.1.3">
<artifact name="devsmart-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='devsmart-core', version='0.1.3')
)
libraryDependencies += "com.dev-smart" % "devsmart-core" % "0.1.3"
[com.dev-smart/devsmart-core "0.1.3"]