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