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