GroupId | GroupIdcom.dev-smart |
---|---|
ArtifactId | ArtifactIddevsmart-core |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
devsmart-core-0.1.4.pom | |
devsmart-core-0.1.4.jar | 17 KB |
devsmart-core-0.1.4-sources.jar | 6 KB |
devsmart-core-0.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/
implementation 'com.dev-smart:devsmart-core:0.1.4'
// https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/
implementation ("com.dev-smart:devsmart-core:0.1.4")
'com.dev-smart:devsmart-core:jar:0.1.4'
<dependency org="com.dev-smart" name="devsmart-core" rev="0.1.4">
<artifact name="devsmart-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='devsmart-core', version='0.1.4')
)
libraryDependencies += "com.dev-smart" % "devsmart-core" % "0.1.4"
[com.dev-smart/devsmart-core "0.1.4"]